Shades of Air Force Blue #598BAF
Tints of Air Force Blue #598BAF
RGB
CMYK
RGB Variations
Color information
#598BAF (or 0x598BAF) is known color: Air Force Blue. HEX triplet: 59, 8B and AF. RGB value is (89,139,175). Sum of RGB (Red+Green+Blue) = 89+139+175=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #598BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598BAF is #A67450. Grayscale: #7F7F7F. Windows color (decimal): -10908753 or 11504473. OLE color: 11504473.
HSL color Cylindrical-coordinate representation of color #598BAF: hue angle of 205.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #598BAF is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 139 | 175 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.31 |
| HSL | 205.12º | 0.35% | 0.52% | - |
| HSV(B) | 205.12º | 0.49% | 0.69% | - |
| XYZ | 21.09 | 23.68 | 44.02 | - |
| YUV | 128.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 175 | 0.49 | 0.21 | 0 | 0.31 | 205.12 | 0.35 | 0.52 |
| Hex | 59 | 8B | AF | 31 | 15 | 0 | 1F | CD | 23 | 34 |
| Octal | 131 | 213 | 257 | 61 | 25 | 0 | 37 | 315 | 43 | 64 |
| Binary | 1011001 | 10001011 | 10101111 | 110001 | 10101 | 0 | 11111 | 11001101 | 100011 | 110100 |
Color Harmonies of #598BAF
Complementary color
Monochromatic Colors of #598BAF
Black with #598BAF
Text Example
Text Example
White with #598BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598BAF; }
p { color: rgb(89,139,175); }
H1.HeaderClassName
{
color: #598BAF;
}
.AnyTagClassName
{
color: #598BAF;
}
</style>
background-color css
<style>
a { background-color: #598BAF; }
a { background-color: rgb(89,139,175); }
div.DivClassName
{
background-color: #598BAF;
}
.BgClassName
{
background-color: #598BAF;
}
</style>
border-color css
<style>
span { border-color: #598BAF; }
span { border-color: rgb(89,139,175); }
td.TdClassName
{
border-color: #598BAF;
}
.TagClassName
{
border-color: #598BAF;
}
</style>