Shades of Air Force Blue #598AAE
Tints of Air Force Blue #598AAE
RGB
CMYK
RGB Variations
Color information
#598AAE (or 0x598AAE) is known color: Air Force Blue. HEX triplet: 59, 8A and AE. RGB value is (89,138,174). Sum of RGB (Red+Green+Blue) = 89+138+174=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #598AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598AAE is #A67551. Grayscale: #7F7F7F. Windows color (decimal): -10909010 or 11438681. OLE color: 11438681.
HSL color Cylindrical-coordinate representation of color #598AAE: hue angle of 205.41º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #598AAE is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 138 | 174 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.32 |
| HSL | 205.41º | 0.34% | 0.52% | - |
| HSV(B) | 205.41º | 0.49% | 0.68% | - |
| XYZ | 20.85 | 23.36 | 43.45 | - |
| YUV | 127.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 174 | 0.49 | 0.21 | 0 | 0.32 | 205.41 | 0.34 | 0.52 |
| Hex | 59 | 8A | AE | 31 | 15 | 0 | 20 | CD | 22 | 34 |
| Octal | 131 | 212 | 256 | 61 | 25 | 0 | 40 | 315 | 42 | 64 |
| Binary | 1011001 | 10001010 | 10101110 | 110001 | 10101 | 0 | 100000 | 11001101 | 100010 | 110100 |
Color Harmonies of #598AAE
Complementary color
Monochromatic Colors of #598AAE
Black with #598AAE
Text Example
Text Example
White with #598AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598AAE; }
p { color: rgb(89,138,174); }
H1.HeaderClassName
{
color: #598AAE;
}
.AnyTagClassName
{
color: #598AAE;
}
</style>
background-color css
<style>
a { background-color: #598AAE; }
a { background-color: rgb(89,138,174); }
div.DivClassName
{
background-color: #598AAE;
}
.BgClassName
{
background-color: #598AAE;
}
</style>
border-color css
<style>
span { border-color: #598AAE; }
span { border-color: rgb(89,138,174); }
td.TdClassName
{
border-color: #598AAE;
}
.TagClassName
{
border-color: #598AAE;
}
</style>