Shades of Air Force Blue #597FAC
Tints of Air Force Blue #597FAC
RGB
CMYK
RGB Variations
Color information
#597FAC (or 0x597FAC) is known color: Air Force Blue. HEX triplet: 59, 7F and AC. RGB value is (89,127,172). Sum of RGB (Red+Green+Blue) = 89+127+172=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #597FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FAC is #A68053. Grayscale: #787878. Windows color (decimal): -10911828 or 11304793. OLE color: 11304793.
HSL color Cylindrical-coordinate representation of color #597FAC: hue angle of 212.53º 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 #597FAC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 127 | 172 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.33 |
| HSL | 212.53º | 0.33% | 0.51% | - |
| HSV(B) | 212.53º | 0.48% | 0.67% | - |
| XYZ | 19.16 | 20.28 | 41.93 | - |
| YUV | 120.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 172 | 0.48 | 0.26 | 0 | 0.33 | 212.53 | 0.33 | 0.51 |
| Hex | 59 | 7F | AC | 30 | 1A | 0 | 21 | D5 | 21 | 33 |
| Octal | 131 | 177 | 254 | 60 | 32 | 0 | 41 | 325 | 41 | 63 |
| Binary | 1011001 | 1111111 | 10101100 | 110000 | 11010 | 0 | 100001 | 11010101 | 100001 | 110011 |
Color Harmonies of #597FAC
Complementary color
Monochromatic Colors of #597FAC
Black with #597FAC
Text Example
Text Example
White with #597FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FAC; }
p { color: rgb(89,127,172); }
H1.HeaderClassName
{
color: #597FAC;
}
.AnyTagClassName
{
color: #597FAC;
}
</style>
background-color css
<style>
a { background-color: #597FAC; }
a { background-color: rgb(89,127,172); }
div.DivClassName
{
background-color: #597FAC;
}
.BgClassName
{
background-color: #597FAC;
}
</style>
border-color css
<style>
span { border-color: #597FAC; }
span { border-color: rgb(89,127,172); }
td.TdClassName
{
border-color: #597FAC;
}
.TagClassName
{
border-color: #597FAC;
}
</style>