Shades of Air Force Blue #587BAC
Tints of Air Force Blue #587BAC
RGB
CMYK
RGB Variations
Color information
#587BAC (or 0x587BAC) is known color: Air Force Blue. HEX triplet: 58, 7B and AC. RGB value is (88,123,172). Sum of RGB (Red+Green+Blue) = 88+123+172=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #587BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587BAC is #A78453. Grayscale: #757575. Windows color (decimal): -10978388 or 11303768. OLE color: 11303768.
HSL color Cylindrical-coordinate representation of color #587BAC: hue angle of 215º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #587BAC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 123 | 172 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.33 |
| HSL | 215º | 0.34% | 0.51% | - |
| HSV(B) | 215º | 0.49% | 0.67% | - |
| XYZ | 18.55 | 19.22 | 41.76 | - |
| YUV | 118.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 172 | 0.49 | 0.28 | 0 | 0.33 | 215 | 0.34 | 0.51 |
| Hex | 58 | 7B | AC | 31 | 1C | 0 | 21 | D7 | 22 | 33 |
| Octal | 130 | 173 | 254 | 61 | 34 | 0 | 41 | 327 | 42 | 63 |
| Binary | 1011000 | 1111011 | 10101100 | 110001 | 11100 | 0 | 100001 | 11010111 | 100010 | 110011 |
Color Harmonies of #587BAC
Complementary color
Monochromatic Colors of #587BAC
Black with #587BAC
Text Example
Text Example
White with #587BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BAC; }
p { color: rgb(88,123,172); }
H1.HeaderClassName
{
color: #587BAC;
}
.AnyTagClassName
{
color: #587BAC;
}
</style>
background-color css
<style>
a { background-color: #587BAC; }
a { background-color: rgb(88,123,172); }
div.DivClassName
{
background-color: #587BAC;
}
.BgClassName
{
background-color: #587BAC;
}
</style>
border-color css
<style>
span { border-color: #587BAC; }
span { border-color: rgb(88,123,172); }
td.TdClassName
{
border-color: #587BAC;
}
.TagClassName
{
border-color: #587BAC;
}
</style>