Shades of Air Force Blue #5C7CA4
Tints of Air Force Blue #5C7CA4
RGB
CMYK
RGB Variations
Color information
#5C7CA4 (or 0x5C7CA4) is known color: Air Force Blue. HEX triplet: 5C, 7C and A4. RGB value is (92,124,164). Sum of RGB (Red+Green+Blue) = 92+124+164=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #5C7CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7CA4 is #A3835B. Grayscale: #767676. Windows color (decimal): -10715996 or 10779740. OLE color: 10779740.
HSL color Cylindrical-coordinate representation of color #5C7CA4: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C7CA4 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 124 | 164 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.36 |
| HSL | 213.33º | 0.28% | 0.5% | - |
| HSV(B) | 213.33º | 0.44% | 0.64% | - |
| XYZ | 18.32 | 19.37 | 37.9 | - |
| YUV | 118.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 164 | 0.44 | 0.24 | 0 | 0.36 | 213.33 | 0.28 | 0.5 |
| Hex | 5C | 7C | A4 | 2C | 18 | 0 | 24 | D5 | 1C | 32 |
| Octal | 134 | 174 | 244 | 54 | 30 | 0 | 44 | 325 | 34 | 62 |
| Binary | 1011100 | 1111100 | 10100100 | 101100 | 11000 | 0 | 100100 | 11010101 | 11100 | 110010 |
Color Harmonies of #5C7CA4
Complementary color
Monochromatic Colors of #5C7CA4
Black with #5C7CA4
Text Example
Text Example
White with #5C7CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7CA4; }
p { color: rgb(92,124,164); }
H1.HeaderClassName
{
color: #5C7CA4;
}
.AnyTagClassName
{
color: #5C7CA4;
}
</style>
background-color css
<style>
a { background-color: #5C7CA4; }
a { background-color: rgb(92,124,164); }
div.DivClassName
{
background-color: #5C7CA4;
}
.BgClassName
{
background-color: #5C7CA4;
}
</style>
border-color css
<style>
span { border-color: #5C7CA4; }
span { border-color: rgb(92,124,164); }
td.TdClassName
{
border-color: #5C7CA4;
}
.TagClassName
{
border-color: #5C7CA4;
}
</style>