Shades of Air Force Blue #598AAA
Tints of Air Force Blue #598AAA
RGB
CMYK
RGB Variations
Color information
#598AAA (or 0x598AAA) is known color: Air Force Blue. HEX triplet: 59, 8A and AA. RGB value is (89,138,170). Sum of RGB (Red+Green+Blue) = 89+138+170=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #598AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598AAA is #A67555. Grayscale: #7E7E7E. Windows color (decimal): -10909014 or 11176537. OLE color: 11176537.
HSL color Cylindrical-coordinate representation of color #598AAA: hue angle of 203.7º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #598AAA is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 138 | 170 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.33 |
| HSL | 203.7º | 0.32% | 0.51% | - |
| HSV(B) | 203.7º | 0.48% | 0.67% | - |
| XYZ | 20.46 | 23.2 | 41.43 | - |
| YUV | 127 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 170 | 0.48 | 0.19 | 0 | 0.33 | 203.7 | 0.32 | 0.51 |
| Hex | 59 | 8A | AA | 30 | 13 | 0 | 21 | CC | 20 | 33 |
| Octal | 131 | 212 | 252 | 60 | 23 | 0 | 41 | 314 | 40 | 63 |
| Binary | 1011001 | 10001010 | 10101010 | 110000 | 10011 | 0 | 100001 | 11001100 | 100000 | 110011 |
Color Harmonies of #598AAA
Complementary color
Monochromatic Colors of #598AAA
Black with #598AAA
Text Example
Text Example
White with #598AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598AAA; }
p { color: rgb(89,138,170); }
H1.HeaderClassName
{
color: #598AAA;
}
.AnyTagClassName
{
color: #598AAA;
}
</style>
background-color css
<style>
a { background-color: #598AAA; }
a { background-color: rgb(89,138,170); }
div.DivClassName
{
background-color: #598AAA;
}
.BgClassName
{
background-color: #598AAA;
}
</style>
border-color css
<style>
span { border-color: #598AAA; }
span { border-color: rgb(89,138,170); }
td.TdClassName
{
border-color: #598AAA;
}
.TagClassName
{
border-color: #598AAA;
}
</style>