Shades of Air Force Blue #587E9C
Tints of Air Force Blue #587E9C
RGB
CMYK
RGB Variations
Color information
#587E9C (or 0x587E9C) is known color: Air Force Blue. HEX triplet: 58, 7E and 9C. RGB value is (88,126,156). Sum of RGB (Red+Green+Blue) = 88+126+156=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #587E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587E9C is #A78163. Grayscale: #757575. Windows color (decimal): -10977636 or 10255960. OLE color: 10255960.
HSL color Cylindrical-coordinate representation of color #587E9C: hue angle of 206.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #587E9C is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 126 | 156 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.39 |
| HSL | 206.47º | 0.28% | 0.48% | - |
| HSV(B) | 206.47º | 0.44% | 0.61% | - |
| XYZ | 17.49 | 19.4 | 34.27 | - |
| YUV | 118.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 126 | 156 | 0.44 | 0.19 | 0 | 0.39 | 206.47 | 0.28 | 0.48 |
| Hex | 58 | 7E | 9C | 2C | 13 | 0 | 27 | CE | 1C | 30 |
| Octal | 130 | 176 | 234 | 54 | 23 | 0 | 47 | 316 | 34 | 60 |
| Binary | 1011000 | 1111110 | 10011100 | 101100 | 10011 | 0 | 100111 | 11001110 | 11100 | 110000 |
Color Harmonies of #587E9C
Complementary color
Monochromatic Colors of #587E9C
Black with #587E9C
Text Example
Text Example
White with #587E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587E9C; }
p { color: rgb(88,126,156); }
H1.HeaderClassName
{
color: #587E9C;
}
.AnyTagClassName
{
color: #587E9C;
}
</style>
background-color css
<style>
a { background-color: #587E9C; }
a { background-color: rgb(88,126,156); }
div.DivClassName
{
background-color: #587E9C;
}
.BgClassName
{
background-color: #587E9C;
}
</style>
border-color css
<style>
span { border-color: #587E9C; }
span { border-color: rgb(88,126,156); }
td.TdClassName
{
border-color: #587E9C;
}
.TagClassName
{
border-color: #587E9C;
}
</style>