Shades of Air Force Blue #59829E
Tints of Air Force Blue #59829E
RGB
CMYK
RGB Variations
Color information
#59829E (or 0x59829E) is known color: Air Force Blue. HEX triplet: 59, 82 and 9E. RGB value is (89,130,158). Sum of RGB (Red+Green+Blue) = 89+130+158=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #59829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59829E is #A67D61. Grayscale: #787878. Windows color (decimal): -10911074 or 10388057. OLE color: 10388057.
HSL color Cylindrical-coordinate representation of color #59829E: hue angle of 204.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59829E is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 130 | 158 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.38 |
| HSL | 204.35º | 0.28% | 0.48% | - |
| HSV(B) | 204.35º | 0.44% | 0.62% | - |
| XYZ | 18.27 | 20.56 | 35.35 | - |
| YUV | 120.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 158 | 0.44 | 0.18 | 0 | 0.38 | 204.35 | 0.28 | 0.48 |
| Hex | 59 | 82 | 9E | 2C | 12 | 0 | 26 | CC | 1C | 30 |
| Octal | 131 | 202 | 236 | 54 | 22 | 0 | 46 | 314 | 34 | 60 |
| Binary | 1011001 | 10000010 | 10011110 | 101100 | 10010 | 0 | 100110 | 11001100 | 11100 | 110000 |
Color Harmonies of #59829E
Complementary color
Monochromatic Colors of #59829E
Black with #59829E
Text Example
Text Example
White with #59829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59829E; }
p { color: rgb(89,130,158); }
H1.HeaderClassName
{
color: #59829E;
}
.AnyTagClassName
{
color: #59829E;
}
</style>
background-color css
<style>
a { background-color: #59829E; }
a { background-color: rgb(89,130,158); }
div.DivClassName
{
background-color: #59829E;
}
.BgClassName
{
background-color: #59829E;
}
</style>
border-color css
<style>
span { border-color: #59829E; }
span { border-color: rgb(89,130,158); }
td.TdClassName
{
border-color: #59829E;
}
.TagClassName
{
border-color: #59829E;
}
</style>