#5992AA

Color #5992AA Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5992AA

Tints of Air Force Blue #5992AA

Color information

#5992AA (or 0x5992AA) is unknown color: approx 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

RGB89146170-
CMYK0.480.1400.33
HSL197.78º32.27%50.78%-
HSV(B)197.78º47.65%66.67%-
XYZ21.6525.5841.83-
YUV131.69149.6297.55-

RGB Variations

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

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.80% from 255) = 41.98%
R=21.98%
G=36.05%
B=41.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891461700.480.1400.33197.7832.2750.78
Hex5992AA30E021c62033
Octal13122225260160413064063
Binary101100110010010101010101100001110010000111000110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5992AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>