Shades of Air Force Blue #598FAB
Tints of Air Force Blue #598FAB
RGB
CMYK
RGB Variations
Color information
#598FAB (or 0x598FAB) is known color: Air Force Blue. HEX triplet: 59, 8F and AB. RGB value is (89,143,171). Sum of RGB (Red+Green+Blue) = 89+143+171=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #598FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598FAB is #A67054. Grayscale: #818181. Windows color (decimal): -10907733 or 11243353. OLE color: 11243353.
HSL color Cylindrical-coordinate representation of color #598FAB: hue angle of 200.49º 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 #598FAB is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 143 | 171 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.33 |
| HSL | 200.49º | 0.33% | 0.51% | - |
| HSV(B) | 200.49º | 0.48% | 0.67% | - |
| XYZ | 21.29 | 24.71 | 42.18 | - |
| YUV | 130.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 171 | 0.48 | 0.16 | 0 | 0.33 | 200.49 | 0.33 | 0.51 |
| Hex | 59 | 8F | AB | 30 | 10 | 0 | 21 | C8 | 21 | 33 |
| Octal | 131 | 217 | 253 | 60 | 20 | 0 | 41 | 310 | 41 | 63 |
| Binary | 1011001 | 10001111 | 10101011 | 110000 | 10000 | 0 | 100001 | 11001000 | 100001 | 110011 |
Color Harmonies of #598FAB
Complementary color
Monochromatic Colors of #598FAB
Black with #598FAB
Text Example
Text Example
White with #598FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FAB; }
p { color: rgb(89,143,171); }
H1.HeaderClassName
{
color: #598FAB;
}
.AnyTagClassName
{
color: #598FAB;
}
</style>
background-color css
<style>
a { background-color: #598FAB; }
a { background-color: rgb(89,143,171); }
div.DivClassName
{
background-color: #598FAB;
}
.BgClassName
{
background-color: #598FAB;
}
</style>
border-color css
<style>
span { border-color: #598FAB; }
span { border-color: rgb(89,143,171); }
td.TdClassName
{
border-color: #598FAB;
}
.TagClassName
{
border-color: #598FAB;
}
</style>