Shades of Air Force Blue #597BAC
Tints of Air Force Blue #597BAC
RGB
CMYK
RGB Variations
Color information
#597BAC (or 0x597BAC) is known color: Air Force Blue. HEX triplet: 59, 7B and AC. RGB value is (89,123,172). Sum of RGB (Red+Green+Blue) = 89+123+172=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #597BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BAC is #A68453. Grayscale: #767676. Windows color (decimal): -10912852 or 11303769. OLE color: 11303769.
HSL color Cylindrical-coordinate representation of color #597BAC: hue angle of 215.42º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #597BAC is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 123 | 172 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.33 |
| HSL | 215.42º | 0.33% | 0.51% | - |
| HSV(B) | 215.42º | 0.48% | 0.67% | - |
| XYZ | 18.65 | 19.27 | 41.77 | - |
| YUV | 118.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 172 | 0.48 | 0.28 | 0 | 0.33 | 215.42 | 0.33 | 0.51 |
| Hex | 59 | 7B | AC | 30 | 1C | 0 | 21 | D7 | 21 | 33 |
| Octal | 131 | 173 | 254 | 60 | 34 | 0 | 41 | 327 | 41 | 63 |
| Binary | 1011001 | 1111011 | 10101100 | 110000 | 11100 | 0 | 100001 | 11010111 | 100001 | 110011 |
Color Harmonies of #597BAC
Complementary color
Monochromatic Colors of #597BAC
Black with #597BAC
Text Example
Text Example
White with #597BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BAC; }
p { color: rgb(89,123,172); }
H1.HeaderClassName
{
color: #597BAC;
}
.AnyTagClassName
{
color: #597BAC;
}
</style>
background-color css
<style>
a { background-color: #597BAC; }
a { background-color: rgb(89,123,172); }
div.DivClassName
{
background-color: #597BAC;
}
.BgClassName
{
background-color: #597BAC;
}
</style>
border-color css
<style>
span { border-color: #597BAC; }
span { border-color: rgb(89,123,172); }
td.TdClassName
{
border-color: #597BAC;
}
.TagClassName
{
border-color: #597BAC;
}
</style>