#59809F

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

Shades of Air Force Blue #59809F

Tints of Air Force Blue #59809F

Color information

#59809F (or 0x59809F) is unknown color: approx Air Force Blue. HEX triplet: 59, 80 and 9F. RGB value is (89,128,159). Sum of RGB (Red+Green+Blue) = 89+128+159=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #59809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59809F is #A67F60. Grayscale: #777777. Windows color (decimal): -10911585 or 10453081. OLE color: 10453081.

HSL color Cylindrical-coordinate representation of color #59809F: hue angle of 206.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59809F is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89128159-
CMYK0.440.1900.38
HSL206.57º28.23%48.63%-
HSV(B)206.57º44.03%62.35%-
XYZ18.120.0735.72-
YUV119.87150.08105.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=23.67%
G=34.04%
B=42.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891281590.440.1900.38206.5728.2348.63
Hex59809F2C13026cf1c31
Octal13120023754230463173461
Binary101100110000000100111111011001001101001101100111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59809F; }

 p { color: rgb(89,128,159); }

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

<style>
 a { background-color: #59809F; }

 a { background-color: rgb(89,128,159); }

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

<style>
 span { border-color: #59809F; }

 span { border-color: rgb(89,128,159); }

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