Shades of Air Force Blue #59829C
Tints of Air Force Blue #59829C
RGB
CMYK
RGB Variations
Color information
#59829C (or 0x59829C) is known color: Air Force Blue. HEX triplet: 59, 82 and 9C. RGB value is (89,130,156). Sum of RGB (Red+Green+Blue) = 89+130+156=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #59829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59829C is #A67D63. Grayscale: #787878. Windows color (decimal): -10911076 or 10256985. OLE color: 10256985.
HSL color Cylindrical-coordinate representation of color #59829C: hue angle of 203.28º 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 #59829C is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 130 | 156 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.39 |
| HSL | 203.28º | 0.27% | 0.48% | - |
| HSV(B) | 203.28º | 0.43% | 0.61% | - |
| XYZ | 18.1 | 20.49 | 34.45 | - |
| YUV | 120.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 156 | 0.43 | 0.17 | 0 | 0.39 | 203.28 | 0.27 | 0.48 |
| Hex | 59 | 82 | 9C | 2B | 11 | 0 | 27 | CB | 1B | 30 |
| Octal | 131 | 202 | 234 | 53 | 21 | 0 | 47 | 313 | 33 | 60 |
| Binary | 1011001 | 10000010 | 10011100 | 101011 | 10001 | 0 | 100111 | 11001011 | 11011 | 110000 |
Color Harmonies of #59829C
Complementary color
Monochromatic Colors of #59829C
Black with #59829C
Text Example
Text Example
White with #59829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59829C; }
p { color: rgb(89,130,156); }
H1.HeaderClassName
{
color: #59829C;
}
.AnyTagClassName
{
color: #59829C;
}
</style>
background-color css
<style>
a { background-color: #59829C; }
a { background-color: rgb(89,130,156); }
div.DivClassName
{
background-color: #59829C;
}
.BgClassName
{
background-color: #59829C;
}
</style>
border-color css
<style>
span { border-color: #59829C; }
span { border-color: rgb(89,130,156); }
td.TdClassName
{
border-color: #59829C;
}
.TagClassName
{
border-color: #59829C;
}
</style>