United Nations Blue (#5B92E5)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.14:1 — vs black: 6.69:1

Color values

  • HEX #5B92E5
  • RGB rgb(91, 146, 229)
  • HSL hsl(216, 60%, 89%)
  • CMYK cmyk( 60.26, 36.24, 0, 10.2 )
  • Websafe #6699CC

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #5B92E5 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

United Nations Blue
#5B92E5 Base
#E5AE5B
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

United Nations Blue
#5B92E5 Base
#5BD7E5
#695BE5
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

United Nations Blue
#5B92E5 Base
#E55B92
#92E55B
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

United Nations Blue
#5B92E5 Base
#E5695B
#D7E55B
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

United Nations Blue
#5B92E5 Base
#E55BD7
#E5AE5B
#5BE569
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

United Nations Blue
#5B92E5 Base
#174790
#2168D2
#387BDF
#7EA9EB
#9DBEEF
#DFEAFA
Shades & Tints

Darker shades and lighter tints of United Nations Blue, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#030B16
#0C2449
#143D7C
#1C56AF
#2870DD
United Nations Blue #5B92E5 Base
#77A5EA
#94B8EE
#B0CBF3
#CDDDF7
#E9F0FC
CSS & SCSS Snippets

Ready-to-use code snippets for #5B92E5. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #5B92E5;
}

/* Text */
.element {
    color: #5B92E5;
}

/* Border */
.element {
    border: 1px solid #5B92E5;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #5B92E5,
        #F5E8D5
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #5B92E5,
        #F5E8D5
    );
}
SCSS Variable
// SCSS variable
$united-nations-blue: #5B92E5;

// With RGB channels (useful for rgba() usage)
$united-nations-blue-r: 91;
$united-nations-blue-g: 146;
$united-nations-blue-b: 229;

// Usage
.element {
    background-color: $united-nations-blue;
    color: rgba($united-nations-blue-r, $united-nations-blue-g, $united-nations-blue-b, 0.8);
}
Color Blindness Simulation

How United Nations Blue appears to people with different types of color vision deficiency.

Normal Vision #5B92E5 How the color appears with full color vision.
Deuteranopia #8585E6 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #8D8DE5 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #37A0A0 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #919191 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to United Nations Blue ranked by perceptual difference (Delta-E 2000 — lower = more similar).

United Nations Blue #5B92E5 Base
Cornflower Blue #6495ED ΔE 1.83
Blue Gray #6699CC ΔE 3.73
Blueberry #4F86F7 ΔE 4.16
Dodger Blue #1E90FF ΔE 4.20

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.