Shades of Air Force Blue #597D9A
Tints of Air Force Blue #597D9A
RGB
CMYK
RGB Variations
Color information
#597D9A (or 0x597D9A) is known color: Air Force Blue. HEX triplet: 59, 7D and 9A. RGB value is (89,125,154). Sum of RGB (Red+Green+Blue) = 89+125+154=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #597D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D9A is #A68265. Grayscale: #757575. Windows color (decimal): -10912358 or 10124633. OLE color: 10124633.
HSL color Cylindrical-coordinate representation of color #597D9A: hue angle of 206.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #597D9A is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 125 | 154 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.40 |
| HSL | 206.77º | 0.27% | 0.48% | - |
| HSV(B) | 206.77º | 0.42% | 0.6% | - |
| XYZ | 17.29 | 19.12 | 33.35 | - |
| YUV | 117.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 154 | 0.42 | 0.19 | 0 | 0.40 | 206.77 | 0.27 | 0.48 |
| Hex | 59 | 7D | 9A | 2A | 13 | 0 | 28 | CF | 1B | 30 |
| Octal | 131 | 175 | 232 | 52 | 23 | 0 | 50 | 317 | 33 | 60 |
| Binary | 1011001 | 1111101 | 10011010 | 101010 | 10011 | 0 | 101000 | 11001111 | 11011 | 110000 |
Color Harmonies of #597D9A
Complementary color
Monochromatic Colors of #597D9A
Black with #597D9A
Text Example
Text Example
White with #597D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D9A; }
p { color: rgb(89,125,154); }
H1.HeaderClassName
{
color: #597D9A;
}
.AnyTagClassName
{
color: #597D9A;
}
</style>
background-color css
<style>
a { background-color: #597D9A; }
a { background-color: rgb(89,125,154); }
div.DivClassName
{
background-color: #597D9A;
}
.BgClassName
{
background-color: #597D9A;
}
</style>
border-color css
<style>
span { border-color: #597D9A; }
span { border-color: rgb(89,125,154); }
td.TdClassName
{
border-color: #597D9A;
}
.TagClassName
{
border-color: #597D9A;
}
</style>