Shades of Air Force Blue #59859F
Tints of Air Force Blue #59859F
RGB
CMYK
RGB Variations
Color information
#59859F (or 0x59859F) is known color: Air Force Blue. HEX triplet: 59, 85 and 9F. RGB value is (89,133,159). Sum of RGB (Red+Green+Blue) = 89+133+159=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #59859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59859F is #A67A60. Grayscale: #7A7A7A. Windows color (decimal): -10910305 or 10454361. OLE color: 10454361.
HSL color Cylindrical-coordinate representation of color #59859F: hue angle of 202.29º 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 #59859F is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 133 | 159 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.38 |
| HSL | 202.29º | 0.28% | 0.49% | - |
| HSV(B) | 202.29º | 0.44% | 0.62% | - |
| XYZ | 18.77 | 21.4 | 35.94 | - |
| YUV | 122.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 159 | 0.44 | 0.16 | 0 | 0.38 | 202.29 | 0.28 | 0.49 |
| Hex | 59 | 85 | 9F | 2C | 10 | 0 | 26 | CA | 1C | 31 |
| Octal | 131 | 205 | 237 | 54 | 20 | 0 | 46 | 312 | 34 | 61 |
| Binary | 1011001 | 10000101 | 10011111 | 101100 | 10000 | 0 | 100110 | 11001010 | 11100 | 110001 |
Color Harmonies of #59859F
Complementary color
Monochromatic Colors of #59859F
Black with #59859F
Text Example
Text Example
White with #59859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59859F; }
p { color: rgb(89,133,159); }
H1.HeaderClassName
{
color: #59859F;
}
.AnyTagClassName
{
color: #59859F;
}
</style>
background-color css
<style>
a { background-color: #59859F; }
a { background-color: rgb(89,133,159); }
div.DivClassName
{
background-color: #59859F;
}
.BgClassName
{
background-color: #59859F;
}
</style>
border-color css
<style>
span { border-color: #59859F; }
span { border-color: rgb(89,133,159); }
td.TdClassName
{
border-color: #59859F;
}
.TagClassName
{
border-color: #59859F;
}
</style>