Shades of Air Force Blue #587BA0
Tints of Air Force Blue #587BA0
RGB
CMYK
RGB Variations
Color information
#587BA0 (or 0x587BA0) is known color: Air Force Blue. HEX triplet: 58, 7B and A0. RGB value is (88,123,160). Sum of RGB (Red+Green+Blue) = 88+123+160=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #587BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587BA0 is #A7845F. Grayscale: #747474. Windows color (decimal): -10978400 or 10517336. OLE color: 10517336.
HSL color Cylindrical-coordinate representation of color #587BA0: hue angle of 210.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #587BA0 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 123 | 160 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.37 |
| HSL | 210.83º | 0.29% | 0.49% | - |
| HSV(B) | 210.83º | 0.45% | 0.63% | - |
| XYZ | 17.45 | 18.78 | 35.96 | - |
| YUV | 116.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 160 | 0.45 | 0.23 | 0 | 0.37 | 210.83 | 0.29 | 0.49 |
| Hex | 58 | 7B | A0 | 2D | 17 | 0 | 25 | D3 | 1D | 31 |
| Octal | 130 | 173 | 240 | 55 | 27 | 0 | 45 | 323 | 35 | 61 |
| Binary | 1011000 | 1111011 | 10100000 | 101101 | 10111 | 0 | 100101 | 11010011 | 11101 | 110001 |
Color Harmonies of #587BA0
Complementary color
Monochromatic Colors of #587BA0
Black with #587BA0
Text Example
Text Example
White with #587BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BA0; }
p { color: rgb(88,123,160); }
H1.HeaderClassName
{
color: #587BA0;
}
.AnyTagClassName
{
color: #587BA0;
}
</style>
background-color css
<style>
a { background-color: #587BA0; }
a { background-color: rgb(88,123,160); }
div.DivClassName
{
background-color: #587BA0;
}
.BgClassName
{
background-color: #587BA0;
}
</style>
border-color css
<style>
span { border-color: #587BA0; }
span { border-color: rgb(88,123,160); }
td.TdClassName
{
border-color: #587BA0;
}
.TagClassName
{
border-color: #587BA0;
}
</style>