Shades of Air Force Blue #598DB5
Tints of Air Force Blue #598DB5
RGB
CMYK
RGB Variations
Color information
#598DB5 (or 0x598DB5) is known color: Air Force Blue. HEX triplet: 59, 8D and B5. RGB value is (89,141,181). Sum of RGB (Red+Green+Blue) = 89+141+181=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #598DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DB5 is #A6724A. Grayscale: #818181. Windows color (decimal): -10908235 or 11898201. OLE color: 11898201.
HSL color Cylindrical-coordinate representation of color #598DB5: hue angle of 206.09º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #598DB5 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 141 | 181 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.29 |
| HSL | 206.09º | 0.38% | 0.53% | - |
| HSV(B) | 206.09º | 0.51% | 0.71% | - |
| XYZ | 21.99 | 24.51 | 47.29 | - |
| YUV | 130.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 181 | 0.51 | 0.22 | 0 | 0.29 | 206.09 | 0.38 | 0.53 |
| Hex | 59 | 8D | B5 | 33 | 16 | 0 | 1D | CE | 26 | 35 |
| Octal | 131 | 215 | 265 | 63 | 26 | 0 | 35 | 316 | 46 | 65 |
| Binary | 1011001 | 10001101 | 10110101 | 110011 | 10110 | 0 | 11101 | 11001110 | 100110 | 110101 |
Color Harmonies of #598DB5
Complementary color
Monochromatic Colors of #598DB5
Black with #598DB5
Text Example
Text Example
White with #598DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598DB5; }
p { color: rgb(89,141,181); }
H1.HeaderClassName
{
color: #598DB5;
}
.AnyTagClassName
{
color: #598DB5;
}
</style>
background-color css
<style>
a { background-color: #598DB5; }
a { background-color: rgb(89,141,181); }
div.DivClassName
{
background-color: #598DB5;
}
.BgClassName
{
background-color: #598DB5;
}
</style>
border-color css
<style>
span { border-color: #598DB5; }
span { border-color: rgb(89,141,181); }
td.TdClassName
{
border-color: #598DB5;
}
.TagClassName
{
border-color: #598DB5;
}
</style>