Shades of Air Force Blue #598AAD
Tints of Air Force Blue #598AAD
RGB
CMYK
RGB Variations
Color information
#598AAD (or 0x598AAD) is known color: Air Force Blue. HEX triplet: 59, 8A and AD. RGB value is (89,138,173). Sum of RGB (Red+Green+Blue) = 89+138+173=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #598AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598AAD is #A67552. Grayscale: #7F7F7F. Windows color (decimal): -10909011 or 11373145. OLE color: 11373145.
HSL color Cylindrical-coordinate representation of color #598AAD: hue angle of 205º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #598AAD is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 138 | 173 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.32 |
| HSL | 205º | 0.34% | 0.51% | - |
| HSV(B) | 205º | 0.49% | 0.68% | - |
| XYZ | 20.75 | 23.32 | 42.94 | - |
| YUV | 127.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 173 | 0.49 | 0.20 | 0 | 0.32 | 205 | 0.34 | 0.51 |
| Hex | 59 | 8A | AD | 31 | 14 | 0 | 20 | CD | 22 | 33 |
| Octal | 131 | 212 | 255 | 61 | 24 | 0 | 40 | 315 | 42 | 63 |
| Binary | 1011001 | 10001010 | 10101101 | 110001 | 10100 | 0 | 100000 | 11001101 | 100010 | 110011 |
Color Harmonies of #598AAD
Complementary color
Monochromatic Colors of #598AAD
Black with #598AAD
Text Example
Text Example
White with #598AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598AAD; }
p { color: rgb(89,138,173); }
H1.HeaderClassName
{
color: #598AAD;
}
.AnyTagClassName
{
color: #598AAD;
}
</style>
background-color css
<style>
a { background-color: #598AAD; }
a { background-color: rgb(89,138,173); }
div.DivClassName
{
background-color: #598AAD;
}
.BgClassName
{
background-color: #598AAD;
}
</style>
border-color css
<style>
span { border-color: #598AAD; }
span { border-color: rgb(89,138,173); }
td.TdClassName
{
border-color: #598AAD;
}
.TagClassName
{
border-color: #598AAD;
}
</style>