Html Css Color HEX #5992AB Air Force Blue

📋 copy color: '#5992AB'

red 89 ◦ green 146 ◦ blue 171

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

Shades of Air Force Blue #5992AB

Tints of Air Force Blue #5992AB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 21.92%
G = 35.96%
B = 42.12%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5992AB (or 0x5992AB) is known color: Air Force Blue. HEX triplet: 59, 92 and AB. RGB value is (89,146,171). Sum of RGB (Red+Green+Blue) = 89+146+171=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #5992AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5992AB is #A66D54. Grayscale: #838383. Windows color (decimal): -10906965 or 11244121. OLE color: 11244121.

HSL color Cylindrical-coordinate representation of color #5992AB: hue angle of 198.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5992AB is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 146 171 -
CMYK 0.48 0.15 0 0.33
HSL 198.29º 0.33% 0.51% -
HSV(B) 198.29º 0.48% 0.67% -
XYZ 21.75 25.62 42.33 -
YUV 131.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 89 146 171 0.48 0.15 0 0.33 198.29 0.33 0.51
Hex 59 92 AB 30 F 0 21 C6 21 33
Octal 131 222 253 60 17 0 41 306 41 63
Binary 1011001 10010010 10101011 110000 1111 0 100001 11000110 100001 110011

Color Harmonies of #5992AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992AB

Black with #5992AB

Text Example


Text Example

White with #5992AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5992AB; }

 p { color: rgb(89,146,171); }

 H1.HeaderClassName
 {
   color: #5992AB;
 }
 .AnyTagClassName
 {
   color: #5992AB;
 }
</style>

background-color css

<style>
 a { background-color: #5992AB; }

 a { background-color: rgb(89,146,171); }

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

border-color css

<style>
 span { border-color: #5992AB; }

 span { border-color: rgb(89,146,171); }

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