Shades of Air Force Blue #597FA2
Tints of Air Force Blue #597FA2
RGB
CMYK
RGB Variations
Color information
#597FA2 (or 0x597FA2) is known color: Air Force Blue. HEX triplet: 59, 7F and A2. RGB value is (89,127,162). Sum of RGB (Red+Green+Blue) = 89+127+162=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #597FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FA2 is #A6805D. Grayscale: #777777. Windows color (decimal): -10911838 or 10649433. OLE color: 10649433.
HSL color Cylindrical-coordinate representation of color #597FA2: hue angle of 208.77º 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 #597FA2 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 127 | 162 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.36 |
| HSL | 208.77º | 0.29% | 0.49% | - |
| HSV(B) | 208.77º | 0.45% | 0.64% | - |
| XYZ | 18.23 | 19.91 | 37.06 | - |
| YUV | 119.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 162 | 0.45 | 0.22 | 0 | 0.36 | 208.77 | 0.29 | 0.49 |
| Hex | 59 | 7F | A2 | 2D | 16 | 0 | 24 | D1 | 1D | 31 |
| Octal | 131 | 177 | 242 | 55 | 26 | 0 | 44 | 321 | 35 | 61 |
| Binary | 1011001 | 1111111 | 10100010 | 101101 | 10110 | 0 | 100100 | 11010001 | 11101 | 110001 |
Color Harmonies of #597FA2
Complementary color
Monochromatic Colors of #597FA2
Black with #597FA2
Text Example
Text Example
White with #597FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FA2; }
p { color: rgb(89,127,162); }
H1.HeaderClassName
{
color: #597FA2;
}
.AnyTagClassName
{
color: #597FA2;
}
</style>
background-color css
<style>
a { background-color: #597FA2; }
a { background-color: rgb(89,127,162); }
div.DivClassName
{
background-color: #597FA2;
}
.BgClassName
{
background-color: #597FA2;
}
</style>
border-color css
<style>
span { border-color: #597FA2; }
span { border-color: rgb(89,127,162); }
td.TdClassName
{
border-color: #597FA2;
}
.TagClassName
{
border-color: #597FA2;
}
</style>