Shades of Air Force Blue #5C7FAC
Tints of Air Force Blue #5C7FAC
RGB
CMYK
RGB Variations
Color information
#5C7FAC (or 0x5C7FAC) is known color: Air Force Blue. HEX triplet: 5C, 7F and AC. RGB value is (92,127,172). Sum of RGB (Red+Green+Blue) = 92+127+172=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7FAC is #A38053. Grayscale: #797979. Windows color (decimal): -10715220 or 11304796. OLE color: 11304796.
HSL color Cylindrical-coordinate representation of color #5C7FAC: hue angle of 213.75º 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 #5C7FAC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 127 | 172 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.33 |
| HSL | 213.75º | 0.33% | 0.52% | - |
| HSV(B) | 213.75º | 0.47% | 0.67% | - |
| XYZ | 19.45 | 20.43 | 41.95 | - |
| YUV | 121.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 172 | 0.47 | 0.26 | 0 | 0.33 | 213.75 | 0.33 | 0.52 |
| Hex | 5C | 7F | AC | 2F | 1A | 0 | 21 | D6 | 21 | 34 |
| Octal | 134 | 177 | 254 | 57 | 32 | 0 | 41 | 326 | 41 | 64 |
| Binary | 1011100 | 1111111 | 10101100 | 101111 | 11010 | 0 | 100001 | 11010110 | 100001 | 110100 |
Color Harmonies of #5C7FAC
Complementary color
Monochromatic Colors of #5C7FAC
Black with #5C7FAC
Text Example
Text Example
White with #5C7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7FAC; }
p { color: rgb(92,127,172); }
H1.HeaderClassName
{
color: #5C7FAC;
}
.AnyTagClassName
{
color: #5C7FAC;
}
</style>
background-color css
<style>
a { background-color: #5C7FAC; }
a { background-color: rgb(92,127,172); }
div.DivClassName
{
background-color: #5C7FAC;
}
.BgClassName
{
background-color: #5C7FAC;
}
</style>
border-color css
<style>
span { border-color: #5C7FAC; }
span { border-color: rgb(92,127,172); }
td.TdClassName
{
border-color: #5C7FAC;
}
.TagClassName
{
border-color: #5C7FAC;
}
</style>