Shades of Air Force Blue #598DA2
Tints of Air Force Blue #598DA2
RGB
CMYK
RGB Variations
Color information
#598DA2 (or 0x598DA2) is known color: Air Force Blue. HEX triplet: 59, 8D and A2. RGB value is (89,141,162). Sum of RGB (Red+Green+Blue) = 89+141+162=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #598DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598DA2 is #A6725D. Grayscale: #7F7F7F. Windows color (decimal): -10908254 or 10653017. OLE color: 10653017.
HSL color Cylindrical-coordinate representation of color #598DA2: hue angle of 197.26º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #598DA2 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 141 | 162 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.36 |
| HSL | 197.26º | 0.29% | 0.49% | - |
| HSV(B) | 197.26º | 0.45% | 0.64% | - |
| XYZ | 20.17 | 23.78 | 37.71 | - |
| YUV | 127.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 162 | 0.45 | 0.13 | 0 | 0.36 | 197.26 | 0.29 | 0.49 |
| Hex | 59 | 8D | A2 | 2D | D | 0 | 24 | C5 | 1D | 31 |
| Octal | 131 | 215 | 242 | 55 | 15 | 0 | 44 | 305 | 35 | 61 |
| Binary | 1011001 | 10001101 | 10100010 | 101101 | 1101 | 0 | 100100 | 11000101 | 11101 | 110001 |
Color Harmonies of #598DA2
Complementary color
Monochromatic Colors of #598DA2
Black with #598DA2
Text Example
Text Example
White with #598DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598DA2; }
p { color: rgb(89,141,162); }
H1.HeaderClassName
{
color: #598DA2;
}
.AnyTagClassName
{
color: #598DA2;
}
</style>
background-color css
<style>
a { background-color: #598DA2; }
a { background-color: rgb(89,141,162); }
div.DivClassName
{
background-color: #598DA2;
}
.BgClassName
{
background-color: #598DA2;
}
</style>
border-color css
<style>
span { border-color: #598DA2; }
span { border-color: rgb(89,141,162); }
td.TdClassName
{
border-color: #598DA2;
}
.TagClassName
{
border-color: #598DA2;
}
</style>