Shades of Air Force Blue #587BA1
Tints of Air Force Blue #587BA1
RGB
CMYK
RGB Variations
Color information
#587BA1 (or 0x587BA1) is known color: Air Force Blue. HEX triplet: 58, 7B and A1. RGB value is (88,123,161). Sum of RGB (Red+Green+Blue) = 88+123+161=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 161 - color contains mainly: blue. Hex color #587BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587BA1 is #A7845E. Grayscale: #747474. Windows color (decimal): -10978399 or 10582872. OLE color: 10582872.
HSL color Cylindrical-coordinate representation of color #587BA1: hue angle of 211.23º 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 #587BA1 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 123 | 161 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.37 |
| HSL | 211.23º | 0.29% | 0.49% | - |
| HSV(B) | 211.23º | 0.45% | 0.63% | - |
| XYZ | 17.54 | 18.81 | 36.43 | - |
| YUV | 116.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 161 | 0.45 | 0.24 | 0 | 0.37 | 211.23 | 0.29 | 0.49 |
| Hex | 58 | 7B | A1 | 2D | 18 | 0 | 25 | D3 | 1D | 31 |
| Octal | 130 | 173 | 241 | 55 | 30 | 0 | 45 | 323 | 35 | 61 |
| Binary | 1011000 | 1111011 | 10100001 | 101101 | 11000 | 0 | 100101 | 11010011 | 11101 | 110001 |
Color Harmonies of #587BA1
Complementary color
Monochromatic Colors of #587BA1
Black with #587BA1
Text Example
Text Example
White with #587BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BA1; }
p { color: rgb(88,123,161); }
H1.HeaderClassName
{
color: #587BA1;
}
.AnyTagClassName
{
color: #587BA1;
}
</style>
background-color css
<style>
a { background-color: #587BA1; }
a { background-color: rgb(88,123,161); }
div.DivClassName
{
background-color: #587BA1;
}
.BgClassName
{
background-color: #587BA1;
}
</style>
border-color css
<style>
span { border-color: #587BA1; }
span { border-color: rgb(88,123,161); }
td.TdClassName
{
border-color: #587BA1;
}
.TagClassName
{
border-color: #587BA1;
}
</style>