Shades of Air Force Blue #597BA6
Tints of Air Force Blue #597BA6
RGB
CMYK
RGB Variations
Color information
#597BA6 (or 0x597BA6) is known color: Air Force Blue. HEX triplet: 59, 7B and A6. RGB value is (89,123,166). Sum of RGB (Red+Green+Blue) = 89+123+166=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 166 - color contains mainly: blue. Hex color #597BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BA6 is #A68459. Grayscale: #757575. Windows color (decimal): -10912858 or 10910553. OLE color: 10910553.
HSL color Cylindrical-coordinate representation of color #597BA6: hue angle of 213.51º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #597BA6 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 123 | 166 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.35 |
| HSL | 213.51º | 0.3% | 0.5% | - |
| HSV(B) | 213.51º | 0.46% | 0.65% | - |
| XYZ | 18.09 | 19.04 | 38.8 | - |
| YUV | 117.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 166 | 0.46 | 0.26 | 0 | 0.35 | 213.51 | 0.3 | 0.5 |
| Hex | 59 | 7B | A6 | 2E | 1A | 0 | 23 | D6 | 1E | 32 |
| Octal | 131 | 173 | 246 | 56 | 32 | 0 | 43 | 326 | 36 | 62 |
| Binary | 1011001 | 1111011 | 10100110 | 101110 | 11010 | 0 | 100011 | 11010110 | 11110 | 110010 |
Color Harmonies of #597BA6
Complementary color
Monochromatic Colors of #597BA6
Black with #597BA6
Text Example
Text Example
White with #597BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BA6; }
p { color: rgb(89,123,166); }
H1.HeaderClassName
{
color: #597BA6;
}
.AnyTagClassName
{
color: #597BA6;
}
</style>
background-color css
<style>
a { background-color: #597BA6; }
a { background-color: rgb(89,123,166); }
div.DivClassName
{
background-color: #597BA6;
}
.BgClassName
{
background-color: #597BA6;
}
</style>
border-color css
<style>
span { border-color: #597BA6; }
span { border-color: rgb(89,123,166); }
td.TdClassName
{
border-color: #597BA6;
}
.TagClassName
{
border-color: #597BA6;
}
</style>