Shades of Air Force Blue #5E7D9C
Tints of Air Force Blue #5E7D9C
RGB
CMYK
RGB Variations
Color information
#5E7D9C (or 0x5E7D9C) is known color: Air Force Blue. HEX triplet: 5E, 7D and 9C. RGB value is (94,125,156). Sum of RGB (Red+Green+Blue) = 94+125+156=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E7D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7D9C is #A18263. Grayscale: #777777. Windows color (decimal): -10584676 or 10255710. OLE color: 10255710.
HSL color Cylindrical-coordinate representation of color #5E7D9C: hue angle of 210º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E7D9C is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 125 | 156 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.39 |
| HSL | 210º | 0.25% | 0.49% | - |
| HSV(B) | 210º | 0.4% | 0.61% | - |
| XYZ | 17.95 | 19.45 | 34.26 | - |
| YUV | 119.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 125 | 156 | 0.40 | 0.20 | 0 | 0.39 | 210 | 0.25 | 0.49 |
| Hex | 5E | 7D | 9C | 28 | 14 | 0 | 27 | D2 | 19 | 31 |
| Octal | 136 | 175 | 234 | 50 | 24 | 0 | 47 | 322 | 31 | 61 |
| Binary | 1011110 | 1111101 | 10011100 | 101000 | 10100 | 0 | 100111 | 11010010 | 11001 | 110001 |
Color Harmonies of #5E7D9C
Complementary color
Monochromatic Colors of #5E7D9C
Black with #5E7D9C
Text Example
Text Example
White with #5E7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7D9C; }
p { color: rgb(94,125,156); }
H1.HeaderClassName
{
color: #5E7D9C;
}
.AnyTagClassName
{
color: #5E7D9C;
}
</style>
background-color css
<style>
a { background-color: #5E7D9C; }
a { background-color: rgb(94,125,156); }
div.DivClassName
{
background-color: #5E7D9C;
}
.BgClassName
{
background-color: #5E7D9C;
}
</style>
border-color css
<style>
span { border-color: #5E7D9C; }
span { border-color: rgb(94,125,156); }
td.TdClassName
{
border-color: #5E7D9C;
}
.TagClassName
{
border-color: #5E7D9C;
}
</style>