Html Css Color HEX #5986A9 Air Force Blue

📋 copy color: '#5986A9'

red 89 ◦ green 134 ◦ blue 169

#5986A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #5986A9

Tints of Air Force Blue #5986A9

RGB

 RED value IS 89 (35.16% from 255) = 22.7%

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 169 (66.41% from 255) = 43.11%

R = 22.7%
G = 34.18%
B = 43.11%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5986A9 (or 0x5986A9) is known color: Air Force Blue. HEX triplet: 59, 86 and A9. RGB value is (89,134,169). Sum of RGB (Red+Green+Blue) = 89+134+169=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #5986A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5986A9 is #A67956. Grayscale: #7C7C7C. Windows color (decimal): -10910039 or 11109977. OLE color: 11109977.

HSL color Cylindrical-coordinate representation of color #5986A9: hue angle of 206.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5986A9 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 134 169 -
CMYK 0.47 0.21 0 0.34
HSL 206.25º 0.32% 0.51% -
HSV(B) 206.25º 0.47% 0.66% -
XYZ 19.81 22.04 40.75 -
YUV 124.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 89 134 169 0.47 0.21 0 0.34 206.25 0.32 0.51
Hex 59 86 A9 2F 15 0 22 CE 20 33
Octal 131 206 251 57 25 0 42 316 40 63
Binary 1011001 10000110 10101001 101111 10101 0 100010 11001110 100000 110011

Color Harmonies of #5986A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5986A9

Black with #5986A9

Text Example


Text Example

White with #5986A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5986A9; }

 p { color: rgb(89,134,169); }

 H1.HeaderClassName
 {
   color: #5986A9;
 }
 .AnyTagClassName
 {
   color: #5986A9;
 }
</style>

background-color css

<style>
 a { background-color: #5986A9; }

 a { background-color: rgb(89,134,169); }

 div.DivClassName
 {
   background-color: #5986A9;
 }
 .BgClassName
 {
   background-color: #5986A9;
 }
</style>

border-color css

<style>
 span { border-color: #5986A9; }

 span { border-color: rgb(89,134,169); }

 td.TdClassName
 {
   border-color: #5986A9;
 }
 .TagClassName
 {
   border-color: #5986A9;
 }
</style>