Shades of Air Force Blue #597BA9
Tints of Air Force Blue #597BA9
RGB
CMYK
RGB Variations
Color information
#597BA9 (or 0x597BA9) is known color: Air Force Blue. HEX triplet: 59, 7B and A9. RGB value is (89,123,169). Sum of RGB (Red+Green+Blue) = 89+123+169=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 169 - color contains mainly: blue. Hex color #597BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BA9 is #A68456. Grayscale: #757575. Windows color (decimal): -10912855 or 11107161. OLE color: 11107161.
HSL color Cylindrical-coordinate representation of color #597BA9: hue angle of 214.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #597BA9 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 123 | 169 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.34 |
| HSL | 214.5º | 0.32% | 0.51% | - |
| HSV(B) | 214.5º | 0.47% | 0.66% | - |
| XYZ | 18.36 | 19.15 | 40.27 | - |
| YUV | 118.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 169 | 0.47 | 0.27 | 0 | 0.34 | 214.5 | 0.32 | 0.51 |
| Hex | 59 | 7B | A9 | 2F | 1B | 0 | 22 | D6 | 20 | 33 |
| Octal | 131 | 173 | 251 | 57 | 33 | 0 | 42 | 326 | 40 | 63 |
| Binary | 1011001 | 1111011 | 10101001 | 101111 | 11011 | 0 | 100010 | 11010110 | 100000 | 110011 |
Color Harmonies of #597BA9
Complementary color
Monochromatic Colors of #597BA9
Black with #597BA9
Text Example
Text Example
White with #597BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BA9; }
p { color: rgb(89,123,169); }
H1.HeaderClassName
{
color: #597BA9;
}
.AnyTagClassName
{
color: #597BA9;
}
</style>
background-color css
<style>
a { background-color: #597BA9; }
a { background-color: rgb(89,123,169); }
div.DivClassName
{
background-color: #597BA9;
}
.BgClassName
{
background-color: #597BA9;
}
</style>
border-color css
<style>
span { border-color: #597BA9; }
span { border-color: rgb(89,123,169); }
td.TdClassName
{
border-color: #597BA9;
}
.TagClassName
{
border-color: #597BA9;
}
</style>