Shades of Air Force Blue #5D7EAB
Tints of Air Force Blue #5D7EAB
RGB
CMYK
RGB Variations
Color information
#5D7EAB (or 0x5D7EAB) is known color: Air Force Blue. HEX triplet: 5D, 7E and AB. RGB value is (93,126,171). Sum of RGB (Red+Green+Blue) = 93+126+171=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D7EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7EAB is #A28154. Grayscale: #797979. Windows color (decimal): -10649941 or 11239005. OLE color: 11239005.
HSL color Cylindrical-coordinate representation of color #5D7EAB: hue angle of 214.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D7EAB is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 126 | 171 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.33 |
| HSL | 214.62º | 0.32% | 0.52% | - |
| HSV(B) | 214.62º | 0.46% | 0.67% | - |
| XYZ | 19.33 | 20.19 | 41.41 | - |
| YUV | 121.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 126 | 171 | 0.46 | 0.26 | 0 | 0.33 | 214.62 | 0.32 | 0.52 |
| Hex | 5D | 7E | AB | 2E | 1A | 0 | 21 | D7 | 20 | 34 |
| Octal | 135 | 176 | 253 | 56 | 32 | 0 | 41 | 327 | 40 | 64 |
| Binary | 1011101 | 1111110 | 10101011 | 101110 | 11010 | 0 | 100001 | 11010111 | 100000 | 110100 |
Color Harmonies of #5D7EAB
Complementary color
Monochromatic Colors of #5D7EAB
Black with #5D7EAB
Text Example
Text Example
White with #5D7EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7EAB; }
p { color: rgb(93,126,171); }
H1.HeaderClassName
{
color: #5D7EAB;
}
.AnyTagClassName
{
color: #5D7EAB;
}
</style>
background-color css
<style>
a { background-color: #5D7EAB; }
a { background-color: rgb(93,126,171); }
div.DivClassName
{
background-color: #5D7EAB;
}
.BgClassName
{
background-color: #5D7EAB;
}
</style>
border-color css
<style>
span { border-color: #5D7EAB; }
span { border-color: rgb(93,126,171); }
td.TdClassName
{
border-color: #5D7EAB;
}
.TagClassName
{
border-color: #5D7EAB;
}
</style>