Shades of Air Force Blue #598DAB
Tints of Air Force Blue #598DAB
RGB
CMYK
RGB Variations
Color information
#598DAB (or 0x598DAB) is known color: Air Force Blue. HEX triplet: 59, 8D and AB. RGB value is (89,141,171). Sum of RGB (Red+Green+Blue) = 89+141+171=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #598DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598DAB is #A67254. Grayscale: #808080. Windows color (decimal): -10908245 or 11242841. OLE color: 11242841.
HSL color Cylindrical-coordinate representation of color #598DAB: hue angle of 201.95º degrees, saturation: 0.33, 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 #598DAB is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 141 | 171 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.33 |
| HSL | 201.95º | 0.33% | 0.51% | - |
| HSV(B) | 201.95º | 0.48% | 0.67% | - |
| XYZ | 21 | 24.11 | 42.08 | - |
| YUV | 128.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 171 | 0.48 | 0.18 | 0 | 0.33 | 201.95 | 0.33 | 0.51 |
| Hex | 59 | 8D | AB | 30 | 12 | 0 | 21 | CA | 21 | 33 |
| Octal | 131 | 215 | 253 | 60 | 22 | 0 | 41 | 312 | 41 | 63 |
| Binary | 1011001 | 10001101 | 10101011 | 110000 | 10010 | 0 | 100001 | 11001010 | 100001 | 110011 |
Color Harmonies of #598DAB
Complementary color
Monochromatic Colors of #598DAB
Black with #598DAB
Text Example
Text Example
White with #598DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598DAB; }
p { color: rgb(89,141,171); }
H1.HeaderClassName
{
color: #598DAB;
}
.AnyTagClassName
{
color: #598DAB;
}
</style>
background-color css
<style>
a { background-color: #598DAB; }
a { background-color: rgb(89,141,171); }
div.DivClassName
{
background-color: #598DAB;
}
.BgClassName
{
background-color: #598DAB;
}
</style>
border-color css
<style>
span { border-color: #598DAB; }
span { border-color: rgb(89,141,171); }
td.TdClassName
{
border-color: #598DAB;
}
.TagClassName
{
border-color: #598DAB;
}
</style>