Shades of Air Force Blue #598DA8
Tints of Air Force Blue #598DA8
RGB
CMYK
RGB Variations
Color information
#598DA8 (or 0x598DA8) is known color: Air Force Blue. HEX triplet: 59, 8D and A8. RGB value is (89,141,168). Sum of RGB (Red+Green+Blue) = 89+141+168=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 168 - color contains mainly: blue. Hex color #598DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598DA8 is #A67257. Grayscale: #808080. Windows color (decimal): -10908248 or 11046233. OLE color: 11046233.
HSL color Cylindrical-coordinate representation of color #598DA8: hue angle of 200.51º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #598DA8 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 141 | 168 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.34 |
| HSL | 200.51º | 0.31% | 0.5% | - |
| HSV(B) | 200.51º | 0.47% | 0.66% | - |
| XYZ | 20.71 | 24 | 40.59 | - |
| YUV | 128.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 168 | 0.47 | 0.16 | 0 | 0.34 | 200.51 | 0.31 | 0.5 |
| Hex | 59 | 8D | A8 | 2F | 10 | 0 | 22 | C9 | 1F | 32 |
| Octal | 131 | 215 | 250 | 57 | 20 | 0 | 42 | 311 | 37 | 62 |
| Binary | 1011001 | 10001101 | 10101000 | 101111 | 10000 | 0 | 100010 | 11001001 | 11111 | 110010 |
Color Harmonies of #598DA8
Complementary color
Monochromatic Colors of #598DA8
Black with #598DA8
Text Example
Text Example
White with #598DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598DA8; }
p { color: rgb(89,141,168); }
H1.HeaderClassName
{
color: #598DA8;
}
.AnyTagClassName
{
color: #598DA8;
}
</style>
background-color css
<style>
a { background-color: #598DA8; }
a { background-color: rgb(89,141,168); }
div.DivClassName
{
background-color: #598DA8;
}
.BgClassName
{
background-color: #598DA8;
}
</style>
border-color css
<style>
span { border-color: #598DA8; }
span { border-color: rgb(89,141,168); }
td.TdClassName
{
border-color: #598DA8;
}
.TagClassName
{
border-color: #598DA8;
}
</style>