Shades of Air Force Blue #59829F
Tints of Air Force Blue #59829F
RGB
CMYK
RGB Variations
Color information
#59829F (or 0x59829F) is known color: Air Force Blue. HEX triplet: 59, 82 and 9F. RGB value is (89,130,159). Sum of RGB (Red+Green+Blue) = 89+130+159=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #59829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59829F is #A67D60. Grayscale: #787878. Windows color (decimal): -10911073 or 10453593. OLE color: 10453593.
HSL color Cylindrical-coordinate representation of color #59829F: hue angle of 204.86º 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 #59829F is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 130 | 159 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.38 |
| HSL | 204.86º | 0.28% | 0.49% | - |
| HSV(B) | 204.86º | 0.44% | 0.62% | - |
| XYZ | 18.36 | 20.59 | 35.81 | - |
| YUV | 121.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 159 | 0.44 | 0.18 | 0 | 0.38 | 204.86 | 0.28 | 0.49 |
| Hex | 59 | 82 | 9F | 2C | 12 | 0 | 26 | CD | 1C | 31 |
| Octal | 131 | 202 | 237 | 54 | 22 | 0 | 46 | 315 | 34 | 61 |
| Binary | 1011001 | 10000010 | 10011111 | 101100 | 10010 | 0 | 100110 | 11001101 | 11100 | 110001 |
Color Harmonies of #59829F
Complementary color
Monochromatic Colors of #59829F
Black with #59829F
Text Example
Text Example
White with #59829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59829F; }
p { color: rgb(89,130,159); }
H1.HeaderClassName
{
color: #59829F;
}
.AnyTagClassName
{
color: #59829F;
}
</style>
background-color css
<style>
a { background-color: #59829F; }
a { background-color: rgb(89,130,159); }
div.DivClassName
{
background-color: #59829F;
}
.BgClassName
{
background-color: #59829F;
}
</style>
border-color css
<style>
span { border-color: #59829F; }
span { border-color: rgb(89,130,159); }
td.TdClassName
{
border-color: #59829F;
}
.TagClassName
{
border-color: #59829F;
}
</style>