Shades of Air Force Blue #5E7FAD
Tints of Air Force Blue #5E7FAD
RGB
CMYK
RGB Variations
Color information
#5E7FAD (or 0x5E7FAD) is known color: Air Force Blue. HEX triplet: 5E, 7F and AD. RGB value is (94,127,173). Sum of RGB (Red+Green+Blue) = 94+127+173=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E7FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7FAD is #A18052. Grayscale: #7A7A7A. Windows color (decimal): -10584147 or 11370334. OLE color: 11370334.
HSL color Cylindrical-coordinate representation of color #5E7FAD: hue angle of 214.94º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E7FAD is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 127 | 173 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.32 |
| HSL | 214.94º | 0.33% | 0.52% | - |
| HSV(B) | 214.94º | 0.46% | 0.68% | - |
| XYZ | 19.75 | 20.58 | 42.47 | - |
| YUV | 122.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 173 | 0.46 | 0.27 | 0 | 0.32 | 214.94 | 0.33 | 0.52 |
| Hex | 5E | 7F | AD | 2E | 1B | 0 | 20 | D7 | 21 | 34 |
| Octal | 136 | 177 | 255 | 56 | 33 | 0 | 40 | 327 | 41 | 64 |
| Binary | 1011110 | 1111111 | 10101101 | 101110 | 11011 | 0 | 100000 | 11010111 | 100001 | 110100 |
Color Harmonies of #5E7FAD
Complementary color
Monochromatic Colors of #5E7FAD
Black with #5E7FAD
Text Example
Text Example
White with #5E7FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7FAD; }
p { color: rgb(94,127,173); }
H1.HeaderClassName
{
color: #5E7FAD;
}
.AnyTagClassName
{
color: #5E7FAD;
}
</style>
background-color css
<style>
a { background-color: #5E7FAD; }
a { background-color: rgb(94,127,173); }
div.DivClassName
{
background-color: #5E7FAD;
}
.BgClassName
{
background-color: #5E7FAD;
}
</style>
border-color css
<style>
span { border-color: #5E7FAD; }
span { border-color: rgb(94,127,173); }
td.TdClassName
{
border-color: #5E7FAD;
}
.TagClassName
{
border-color: #5E7FAD;
}
</style>