Shades of Air Force Blue #598AB3
Tints of Air Force Blue #598AB3
RGB
CMYK
RGB Variations
Color information
#598AB3 (or 0x598AB3) is known color: Air Force Blue. HEX triplet: 59, 8A and B3. RGB value is (89,138,179). Sum of RGB (Red+Green+Blue) = 89+138+179=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #598AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598AB3 is #A6754C. Grayscale: #7F7F7F. Windows color (decimal): -10909005 or 11766361. OLE color: 11766361.
HSL color Cylindrical-coordinate representation of color #598AB3: hue angle of 207.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #598AB3 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 138 | 179 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.30 |
| HSL | 207.33º | 0.37% | 0.53% | - |
| HSV(B) | 207.33º | 0.5% | 0.7% | - |
| XYZ | 21.34 | 23.56 | 46.07 | - |
| YUV | 128.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 179 | 0.50 | 0.23 | 0 | 0.30 | 207.33 | 0.37 | 0.53 |
| Hex | 59 | 8A | B3 | 32 | 17 | 0 | 1E | CF | 25 | 35 |
| Octal | 131 | 212 | 263 | 62 | 27 | 0 | 36 | 317 | 45 | 65 |
| Binary | 1011001 | 10001010 | 10110011 | 110010 | 10111 | 0 | 11110 | 11001111 | 100101 | 110101 |
Color Harmonies of #598AB3
Complementary color
Monochromatic Colors of #598AB3
Black with #598AB3
Text Example
Text Example
White with #598AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598AB3; }
p { color: rgb(89,138,179); }
H1.HeaderClassName
{
color: #598AB3;
}
.AnyTagClassName
{
color: #598AB3;
}
</style>
background-color css
<style>
a { background-color: #598AB3; }
a { background-color: rgb(89,138,179); }
div.DivClassName
{
background-color: #598AB3;
}
.BgClassName
{
background-color: #598AB3;
}
</style>
border-color css
<style>
span { border-color: #598AB3; }
span { border-color: rgb(89,138,179); }
td.TdClassName
{
border-color: #598AB3;
}
.TagClassName
{
border-color: #598AB3;
}
</style>