Shades of Air Force Blue #5C7EAC
Tints of Air Force Blue #5C7EAC
RGB
CMYK
RGB Variations
Color information
#5C7EAC (or 0x5C7EAC) is known color: Air Force Blue. HEX triplet: 5C, 7E and AC. RGB value is (92,126,172). Sum of RGB (Red+Green+Blue) = 92+126+172=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7EAC is #A38153. Grayscale: #787878. Windows color (decimal): -10715476 or 11304540. OLE color: 11304540.
HSL color Cylindrical-coordinate representation of color #5C7EAC: hue angle of 214.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C7EAC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 126 | 172 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.33 |
| HSL | 214.5º | 0.33% | 0.52% | - |
| HSV(B) | 214.5º | 0.47% | 0.67% | - |
| XYZ | 19.32 | 20.18 | 41.91 | - |
| YUV | 121.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 172 | 0.47 | 0.27 | 0 | 0.33 | 214.5 | 0.33 | 0.52 |
| Hex | 5C | 7E | AC | 2F | 1B | 0 | 21 | D6 | 21 | 34 |
| Octal | 134 | 176 | 254 | 57 | 33 | 0 | 41 | 326 | 41 | 64 |
| Binary | 1011100 | 1111110 | 10101100 | 101111 | 11011 | 0 | 100001 | 11010110 | 100001 | 110100 |
Color Harmonies of #5C7EAC
Complementary color
Monochromatic Colors of #5C7EAC
Black with #5C7EAC
Text Example
Text Example
White with #5C7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7EAC; }
p { color: rgb(92,126,172); }
H1.HeaderClassName
{
color: #5C7EAC;
}
.AnyTagClassName
{
color: #5C7EAC;
}
</style>
background-color css
<style>
a { background-color: #5C7EAC; }
a { background-color: rgb(92,126,172); }
div.DivClassName
{
background-color: #5C7EAC;
}
.BgClassName
{
background-color: #5C7EAC;
}
</style>
border-color css
<style>
span { border-color: #5C7EAC; }
span { border-color: rgb(92,126,172); }
td.TdClassName
{
border-color: #5C7EAC;
}
.TagClassName
{
border-color: #5C7EAC;
}
</style>