#5991AC

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

Shades of Air Force Blue #5991AC

Tints of Air Force Blue #5991AC

Color information

#5991AC (or 0x5991AC) is unknown color: approx Air Force Blue. HEX triplet: 59, 91 and AC. RGB value is (89,145,172). Sum of RGB (Red+Green+Blue) = 89+145+172=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #5991AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5991AC is #A66E53. Grayscale: #838383. Windows color (decimal): -10907220 or 11309401. OLE color: 11309401.

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

Color convert

RGB89145172-
CMYK0.480.1600.33
HSL199.52º33.33%51.18%-
HSV(B)199.52º48.26%67.45%-
XYZ21.6925.3542.78-
YUV131.33150.9597.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.92%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=21.92%
G=35.71%
B=42.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891451720.480.1600.33199.5233.3351.18
Hex5991AC3010021c82133
Octal13122125460200413104163
Binary1011001100100011010110011000010000010000111001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5991AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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