Shades of Air Force Blue #587F9C
Tints of Air Force Blue #587F9C
RGB
CMYK
RGB Variations
Color information
#587F9C (or 0x587F9C) is known color: Air Force Blue. HEX triplet: 58, 7F and 9C. RGB value is (88,127,156). Sum of RGB (Red+Green+Blue) = 88+127+156=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #587F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587F9C is #A78063. Grayscale: #767676. Windows color (decimal): -10977380 or 10256216. OLE color: 10256216.
HSL color Cylindrical-coordinate representation of color #587F9C: hue angle of 205.59º 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 #587F9C is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 127 | 156 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.39 |
| HSL | 205.59º | 0.28% | 0.48% | - |
| HSV(B) | 205.59º | 0.44% | 0.61% | - |
| XYZ | 17.61 | 19.65 | 34.32 | - |
| YUV | 118.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 156 | 0.44 | 0.19 | 0 | 0.39 | 205.59 | 0.28 | 0.48 |
| Hex | 58 | 7F | 9C | 2C | 13 | 0 | 27 | CE | 1C | 30 |
| Octal | 130 | 177 | 234 | 54 | 23 | 0 | 47 | 316 | 34 | 60 |
| Binary | 1011000 | 1111111 | 10011100 | 101100 | 10011 | 0 | 100111 | 11001110 | 11100 | 110000 |
Color Harmonies of #587F9C
Complementary color
Monochromatic Colors of #587F9C
Black with #587F9C
Text Example
Text Example
White with #587F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587F9C; }
p { color: rgb(88,127,156); }
H1.HeaderClassName
{
color: #587F9C;
}
.AnyTagClassName
{
color: #587F9C;
}
</style>
background-color css
<style>
a { background-color: #587F9C; }
a { background-color: rgb(88,127,156); }
div.DivClassName
{
background-color: #587F9C;
}
.BgClassName
{
background-color: #587F9C;
}
</style>
border-color css
<style>
span { border-color: #587F9C; }
span { border-color: rgb(88,127,156); }
td.TdClassName
{
border-color: #587F9C;
}
.TagClassName
{
border-color: #587F9C;
}
</style>