Shades of Air Force Blue #597F9D
Tints of Air Force Blue #597F9D
RGB
CMYK
RGB Variations
Color information
#597F9D (or 0x597F9D) is known color: Air Force Blue. HEX triplet: 59, 7F and 9D. RGB value is (89,127,157). Sum of RGB (Red+Green+Blue) = 89+127+157=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #597F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F9D is #A68062. Grayscale: #767676. Windows color (decimal): -10911843 or 10321753. OLE color: 10321753.
HSL color Cylindrical-coordinate representation of color #597F9D: hue angle of 206.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #597F9D is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 127 | 157 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.38 |
| HSL | 206.47º | 0.28% | 0.48% | - |
| HSV(B) | 206.47º | 0.43% | 0.62% | - |
| XYZ | 17.8 | 19.74 | 34.77 | - |
| YUV | 119.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 157 | 0.43 | 0.19 | 0 | 0.38 | 206.47 | 0.28 | 0.48 |
| Hex | 59 | 7F | 9D | 2B | 13 | 0 | 26 | CE | 1C | 30 |
| Octal | 131 | 177 | 235 | 53 | 23 | 0 | 46 | 316 | 34 | 60 |
| Binary | 1011001 | 1111111 | 10011101 | 101011 | 10011 | 0 | 100110 | 11001110 | 11100 | 110000 |
Color Harmonies of #597F9D
Complementary color
Monochromatic Colors of #597F9D
Black with #597F9D
Text Example
Text Example
White with #597F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597F9D; }
p { color: rgb(89,127,157); }
H1.HeaderClassName
{
color: #597F9D;
}
.AnyTagClassName
{
color: #597F9D;
}
</style>
background-color css
<style>
a { background-color: #597F9D; }
a { background-color: rgb(89,127,157); }
div.DivClassName
{
background-color: #597F9D;
}
.BgClassName
{
background-color: #597F9D;
}
</style>
border-color css
<style>
span { border-color: #597F9D; }
span { border-color: rgb(89,127,157); }
td.TdClassName
{
border-color: #597F9D;
}
.TagClassName
{
border-color: #597F9D;
}
</style>