Shades of Air Force Blue #587CA7
Tints of Air Force Blue #587CA7
RGB
CMYK
RGB Variations
Color information
#587CA7 (or 0x587CA7) is known color: Air Force Blue. HEX triplet: 58, 7C and A7. RGB value is (88,124,167). Sum of RGB (Red+Green+Blue) = 88+124+167=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #587CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587CA7 is #A78358. Grayscale: #757575. Windows color (decimal): -10978137 or 10976344. OLE color: 10976344.
HSL color Cylindrical-coordinate representation of color #587CA7: hue angle of 212.66º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #587CA7 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 124 | 167 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.35 |
| HSL | 212.66º | 0.31% | 0.5% | - |
| HSV(B) | 212.66º | 0.47% | 0.65% | - |
| XYZ | 18.21 | 19.28 | 39.32 | - |
| YUV | 118.14 | 155.57 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 167 | 0.47 | 0.26 | 0 | 0.35 | 212.66 | 0.31 | 0.5 |
| Hex | 58 | 7C | A7 | 2F | 1A | 0 | 23 | D5 | 1F | 32 |
| Octal | 130 | 174 | 247 | 57 | 32 | 0 | 43 | 325 | 37 | 62 |
| Binary | 1011000 | 1111100 | 10100111 | 101111 | 11010 | 0 | 100011 | 11010101 | 11111 | 110010 |
Color Harmonies of #587CA7
Complementary color
Monochromatic Colors of #587CA7
Black with #587CA7
Text Example
Text Example
White with #587CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CA7; }
p { color: rgb(88,124,167); }
H1.HeaderClassName
{
color: #587CA7;
}
.AnyTagClassName
{
color: #587CA7;
}
</style>
background-color css
<style>
a { background-color: #587CA7; }
a { background-color: rgb(88,124,167); }
div.DivClassName
{
background-color: #587CA7;
}
.BgClassName
{
background-color: #587CA7;
}
</style>
border-color css
<style>
span { border-color: #587CA7; }
span { border-color: rgb(88,124,167); }
td.TdClassName
{
border-color: #587CA7;
}
.TagClassName
{
border-color: #587CA7;
}
</style>