Shades of Air Force Blue #587FA6
Tints of Air Force Blue #587FA6
RGB
CMYK
RGB Variations
Color information
#587FA6 (or 0x587FA6) is known color: Air Force Blue. HEX triplet: 58, 7F and A6. RGB value is (88,127,166). Sum of RGB (Red+Green+Blue) = 88+127+166=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 166 - color contains mainly: blue. Hex color #587FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587FA6 is #A78059. Grayscale: #777777. Windows color (decimal): -10977370 or 10911576. OLE color: 10911576.
HSL color Cylindrical-coordinate representation of color #587FA6: hue angle of 210º 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 #587FA6 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 127 | 166 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.35 |
| HSL | 210º | 0.31% | 0.5% | - |
| HSV(B) | 210º | 0.47% | 0.65% | - |
| XYZ | 18.5 | 20.01 | 38.96 | - |
| YUV | 119.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 166 | 0.47 | 0.23 | 0 | 0.35 | 210 | 0.31 | 0.5 |
| Hex | 58 | 7F | A6 | 2F | 17 | 0 | 23 | D2 | 1F | 32 |
| Octal | 130 | 177 | 246 | 57 | 27 | 0 | 43 | 322 | 37 | 62 |
| Binary | 1011000 | 1111111 | 10100110 | 101111 | 10111 | 0 | 100011 | 11010010 | 11111 | 110010 |
Color Harmonies of #587FA6
Complementary color
Monochromatic Colors of #587FA6
Black with #587FA6
Text Example
Text Example
White with #587FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587FA6; }
p { color: rgb(88,127,166); }
H1.HeaderClassName
{
color: #587FA6;
}
.AnyTagClassName
{
color: #587FA6;
}
</style>
background-color css
<style>
a { background-color: #587FA6; }
a { background-color: rgb(88,127,166); }
div.DivClassName
{
background-color: #587FA6;
}
.BgClassName
{
background-color: #587FA6;
}
</style>
border-color css
<style>
span { border-color: #587FA6; }
span { border-color: rgb(88,127,166); }
td.TdClassName
{
border-color: #587FA6;
}
.TagClassName
{
border-color: #587FA6;
}
</style>