Html Css Color HEX #5992AA Air Force Blue

📋 copy color: '#5992AA'

red 89 ◦ green 146 ◦ blue 170

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

Shades of Air Force Blue #5992AA

Tints of Air Force Blue #5992AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 21.98%
G = 36.05%
B = 41.98%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5992AA (or 0x5992AA) is known color: Air Force Blue. HEX triplet: 59, 92 and AA. RGB value is (89,146,170). Sum of RGB (Red+Green+Blue) = 89+146+170=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #5992AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5992AA is #A66D55. Grayscale: #838383. Windows color (decimal): -10906966 or 11178585. OLE color: 11178585.

HSL color Cylindrical-coordinate representation of color #5992AA: hue angle of 197.78º degrees, saturation: 0.32, 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 #5992AA is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 146 170 -
CMYK 0.48 0.14 0 0.33
HSL 197.78º 0.32% 0.51% -
HSV(B) 197.78º 0.48% 0.67% -
XYZ 21.65 25.58 41.83 -
YUV 131.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 89 146 170 0.48 0.14 0 0.33 197.78 0.32 0.51
Hex 59 92 AA 30 E 0 21 C6 20 33
Octal 131 222 252 60 16 0 41 306 40 63
Binary 1011001 10010010 10101010 110000 1110 0 100001 11000110 100000 110011

Color Harmonies of #5992AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992AA

Black with #5992AA

Text Example


Text Example

White with #5992AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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