Shades of Air Force Blue #597DA0
Tints of Air Force Blue #597DA0
RGB
CMYK
RGB Variations
Color information
#597DA0 (or 0x597DA0) is known color: Air Force Blue. HEX triplet: 59, 7D and A0. RGB value is (89,125,160). Sum of RGB (Red+Green+Blue) = 89+125+160=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #597DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597DA0 is #A6825F. Grayscale: #767676. Windows color (decimal): -10912352 or 10517849. OLE color: 10517849.
HSL color Cylindrical-coordinate representation of color #597DA0: hue angle of 209.58º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #597DA0 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 125 | 160 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.37 |
| HSL | 209.58º | 0.29% | 0.49% | - |
| HSV(B) | 209.58º | 0.44% | 0.63% | - |
| XYZ | 17.8 | 19.33 | 36.05 | - |
| YUV | 118.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 160 | 0.44 | 0.22 | 0 | 0.37 | 209.58 | 0.29 | 0.49 |
| Hex | 59 | 7D | A0 | 2C | 16 | 0 | 25 | D2 | 1D | 31 |
| Octal | 131 | 175 | 240 | 54 | 26 | 0 | 45 | 322 | 35 | 61 |
| Binary | 1011001 | 1111101 | 10100000 | 101100 | 10110 | 0 | 100101 | 11010010 | 11101 | 110001 |
Color Harmonies of #597DA0
Complementary color
Monochromatic Colors of #597DA0
Black with #597DA0
Text Example
Text Example
White with #597DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DA0; }
p { color: rgb(89,125,160); }
H1.HeaderClassName
{
color: #597DA0;
}
.AnyTagClassName
{
color: #597DA0;
}
</style>
background-color css
<style>
a { background-color: #597DA0; }
a { background-color: rgb(89,125,160); }
div.DivClassName
{
background-color: #597DA0;
}
.BgClassName
{
background-color: #597DA0;
}
</style>
border-color css
<style>
span { border-color: #597DA0; }
span { border-color: rgb(89,125,160); }
td.TdClassName
{
border-color: #597DA0;
}
.TagClassName
{
border-color: #597DA0;
}
</style>