Shades of Air Force Blue #597DA8
Tints of Air Force Blue #597DA8
RGB
CMYK
RGB Variations
Color information
#597DA8 (or 0x597DA8) is known color: Air Force Blue. HEX triplet: 59, 7D and A8. RGB value is (89,125,168). Sum of RGB (Red+Green+Blue) = 89+125+168=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 168 - color contains mainly: blue. Hex color #597DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597DA8 is #A68257. Grayscale: #767676. Windows color (decimal): -10912344 or 11042137. OLE color: 11042137.
HSL color Cylindrical-coordinate representation of color #597DA8: hue angle of 212.66º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #597DA8 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 125 | 168 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.34 |
| HSL | 212.66º | 0.31% | 0.5% | - |
| HSV(B) | 212.66º | 0.47% | 0.66% | - |
| XYZ | 18.52 | 19.62 | 39.86 | - |
| YUV | 119.14 | 155.57 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 168 | 0.47 | 0.26 | 0 | 0.34 | 212.66 | 0.31 | 0.5 |
| Hex | 59 | 7D | A8 | 2F | 1A | 0 | 22 | D5 | 1F | 32 |
| Octal | 131 | 175 | 250 | 57 | 32 | 0 | 42 | 325 | 37 | 62 |
| Binary | 1011001 | 1111101 | 10101000 | 101111 | 11010 | 0 | 100010 | 11010101 | 11111 | 110010 |
Color Harmonies of #597DA8
Complementary color
Monochromatic Colors of #597DA8
Black with #597DA8
Text Example
Text Example
White with #597DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DA8; }
p { color: rgb(89,125,168); }
H1.HeaderClassName
{
color: #597DA8;
}
.AnyTagClassName
{
color: #597DA8;
}
</style>
background-color css
<style>
a { background-color: #597DA8; }
a { background-color: rgb(89,125,168); }
div.DivClassName
{
background-color: #597DA8;
}
.BgClassName
{
background-color: #597DA8;
}
</style>
border-color css
<style>
span { border-color: #597DA8; }
span { border-color: rgb(89,125,168); }
td.TdClassName
{
border-color: #597DA8;
}
.TagClassName
{
border-color: #597DA8;
}
</style>