Shades of Air Force Blue #59839C
Tints of Air Force Blue #59839C
RGB
CMYK
RGB Variations
Color information
#59839C (or 0x59839C) is known color: Air Force Blue. HEX triplet: 59, 83 and 9C. RGB value is (89,131,156). Sum of RGB (Red+Green+Blue) = 89+131+156=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #59839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59839C is #A67C63. Grayscale: #797979. Windows color (decimal): -10910820 or 10257241. OLE color: 10257241.
HSL color Cylindrical-coordinate representation of color #59839C: hue angle of 202.39º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59839C is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 131 | 156 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.39 |
| HSL | 202.39º | 0.27% | 0.48% | - |
| HSV(B) | 202.39º | 0.43% | 0.61% | - |
| XYZ | 18.24 | 20.76 | 34.5 | - |
| YUV | 121.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 156 | 0.43 | 0.16 | 0 | 0.39 | 202.39 | 0.27 | 0.48 |
| Hex | 59 | 83 | 9C | 2B | 10 | 0 | 27 | CA | 1B | 30 |
| Octal | 131 | 203 | 234 | 53 | 20 | 0 | 47 | 312 | 33 | 60 |
| Binary | 1011001 | 10000011 | 10011100 | 101011 | 10000 | 0 | 100111 | 11001010 | 11011 | 110000 |
Color Harmonies of #59839C
Complementary color
Monochromatic Colors of #59839C
Black with #59839C
Text Example
Text Example
White with #59839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59839C; }
p { color: rgb(89,131,156); }
H1.HeaderClassName
{
color: #59839C;
}
.AnyTagClassName
{
color: #59839C;
}
</style>
background-color css
<style>
a { background-color: #59839C; }
a { background-color: rgb(89,131,156); }
div.DivClassName
{
background-color: #59839C;
}
.BgClassName
{
background-color: #59839C;
}
</style>
border-color css
<style>
span { border-color: #59839C; }
span { border-color: rgb(89,131,156); }
td.TdClassName
{
border-color: #59839C;
}
.TagClassName
{
border-color: #59839C;
}
</style>