#59809A

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

Shades of Air Force Blue #59809A

Tints of Air Force Blue #59809A

Color information

#59809A (or 0x59809A) is unknown color: approx Air Force Blue. HEX triplet: 59, 80 and 9A. RGB value is (89,128,154). Sum of RGB (Red+Green+Blue) = 89+128+154=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #59809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59809A is #A67F65. Grayscale: #777777. Windows color (decimal): -10911590 or 10125401. OLE color: 10125401.

HSL color Cylindrical-coordinate representation of color #59809A: hue angle of 204º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59809A is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89128154-
CMYK0.420.1700.40
HSL204º26.75%47.65%-
HSV(B)204º42.21%60.39%-
XYZ17.6719.933.48-
YUV119.3147.58106.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=23.99%
G=34.50%
B=41.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891281540.420.1700.4020426.7547.65
Hex59809A2A11028cc1b30
Octal13120023252210503143360
Binary101100110000000100110101010101000101010001100110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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