#5991AA

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

Shades of Air Force Blue #5991AA

Tints of Air Force Blue #5991AA

Color information

#5991AA (or 0x5991AA) is unknown color: approx Air Force Blue. HEX triplet: 59, 91 and AA. RGB value is (89,145,170). Sum of RGB (Red+Green+Blue) = 89+145+170=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #5991AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5991AA is #A66E55. Grayscale: #828282. Windows color (decimal): -10907222 or 11178329. OLE color: 11178329.

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

Color convert

RGB89145170-
CMYK0.480.1500.33
HSL198.52º32.27%50.78%-
HSV(B)198.52º47.65%66.67%-
XYZ21.525.2841.78-
YUV131.11149.9597.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.03%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=22.03%
G=35.89%
B=42.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891451700.480.1500.33198.5232.2750.78
Hex5991AA30F021c72033
Octal13122125260170413074063
Binary101100110010001101010101100001111010000111000111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5991AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5991AA;
 }
 .AnyTagClassName
 {
   color: #5991AA;
 }
</style>
background-color css

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

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

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

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

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

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