Shades of Air Force Blue #59859D
Tints of Air Force Blue #59859D
RGB
CMYK
RGB Variations
Color information
#59859D (or 0x59859D) is known color: Air Force Blue. HEX triplet: 59, 85 and 9D. RGB value is (89,133,157). Sum of RGB (Red+Green+Blue) = 89+133+157=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #59859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59859D is #A67A62. Grayscale: #7A7A7A. Windows color (decimal): -10910307 or 10323289. OLE color: 10323289.
HSL color Cylindrical-coordinate representation of color #59859D: hue angle of 201.18º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59859D is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 133 | 157 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.38 |
| HSL | 201.18º | 0.28% | 0.48% | - |
| HSV(B) | 201.18º | 0.43% | 0.62% | - |
| XYZ | 18.59 | 21.33 | 35.04 | - |
| YUV | 122.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 157 | 0.43 | 0.15 | 0 | 0.38 | 201.18 | 0.28 | 0.48 |
| Hex | 59 | 85 | 9D | 2B | F | 0 | 26 | C9 | 1C | 30 |
| Octal | 131 | 205 | 235 | 53 | 17 | 0 | 46 | 311 | 34 | 60 |
| Binary | 1011001 | 10000101 | 10011101 | 101011 | 1111 | 0 | 100110 | 11001001 | 11100 | 110000 |
Color Harmonies of #59859D
Complementary color
Monochromatic Colors of #59859D
Black with #59859D
Text Example
Text Example
White with #59859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59859D; }
p { color: rgb(89,133,157); }
H1.HeaderClassName
{
color: #59859D;
}
.AnyTagClassName
{
color: #59859D;
}
</style>
background-color css
<style>
a { background-color: #59859D; }
a { background-color: rgb(89,133,157); }
div.DivClassName
{
background-color: #59859D;
}
.BgClassName
{
background-color: #59859D;
}
</style>
border-color css
<style>
span { border-color: #59859D; }
span { border-color: rgb(89,133,157); }
td.TdClassName
{
border-color: #59859D;
}
.TagClassName
{
border-color: #59859D;
}
</style>