Shades of Air Force Blue #597FA3
Tints of Air Force Blue #597FA3
RGB
CMYK
RGB Variations
Color information
#597FA3 (or 0x597FA3) is known color: Air Force Blue. HEX triplet: 59, 7F and A3. RGB value is (89,127,163). Sum of RGB (Red+Green+Blue) = 89+127+163=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 163 - color contains mainly: blue. Hex color #597FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FA3 is #A6805C. Grayscale: #777777. Windows color (decimal): -10911837 or 10714969. OLE color: 10714969.
HSL color Cylindrical-coordinate representation of color #597FA3: hue angle of 209.19º 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 #597FA3 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 127 | 163 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.36 |
| HSL | 209.19º | 0.29% | 0.49% | - |
| HSV(B) | 209.19º | 0.45% | 0.64% | - |
| XYZ | 18.32 | 19.95 | 37.53 | - |
| YUV | 119.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 163 | 0.45 | 0.22 | 0 | 0.36 | 209.19 | 0.29 | 0.49 |
| Hex | 59 | 7F | A3 | 2D | 16 | 0 | 24 | D1 | 1D | 31 |
| Octal | 131 | 177 | 243 | 55 | 26 | 0 | 44 | 321 | 35 | 61 |
| Binary | 1011001 | 1111111 | 10100011 | 101101 | 10110 | 0 | 100100 | 11010001 | 11101 | 110001 |
Color Harmonies of #597FA3
Complementary color
Monochromatic Colors of #597FA3
Black with #597FA3
Text Example
Text Example
White with #597FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FA3; }
p { color: rgb(89,127,163); }
H1.HeaderClassName
{
color: #597FA3;
}
.AnyTagClassName
{
color: #597FA3;
}
</style>
background-color css
<style>
a { background-color: #597FA3; }
a { background-color: rgb(89,127,163); }
div.DivClassName
{
background-color: #597FA3;
}
.BgClassName
{
background-color: #597FA3;
}
</style>
border-color css
<style>
span { border-color: #597FA3; }
span { border-color: rgb(89,127,163); }
td.TdClassName
{
border-color: #597FA3;
}
.TagClassName
{
border-color: #597FA3;
}
</style>