Shades of Air Force Blue #5C7BA1
Tints of Air Force Blue #5C7BA1
RGB
CMYK
RGB Variations
Color information
#5C7BA1 (or 0x5C7BA1) is known color: Air Force Blue. HEX triplet: 5C, 7B and A1. RGB value is (92,123,161). Sum of RGB (Red+Green+Blue) = 92+123+161=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 161 - color contains mainly: blue. Hex color #5C7BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7BA1 is #A3845E. Grayscale: #757575. Windows color (decimal): -10716255 or 10582876. OLE color: 10582876.
HSL color Cylindrical-coordinate representation of color #5C7BA1: hue angle of 213.04º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C7BA1 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 123 | 161 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.37 |
| HSL | 213.04º | 0.27% | 0.5% | - |
| HSV(B) | 213.04º | 0.43% | 0.63% | - |
| XYZ | 17.93 | 19.01 | 36.44 | - |
| YUV | 118.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 161 | 0.43 | 0.24 | 0 | 0.37 | 213.04 | 0.27 | 0.5 |
| Hex | 5C | 7B | A1 | 2B | 18 | 0 | 25 | D5 | 1B | 32 |
| Octal | 134 | 173 | 241 | 53 | 30 | 0 | 45 | 325 | 33 | 62 |
| Binary | 1011100 | 1111011 | 10100001 | 101011 | 11000 | 0 | 100101 | 11010101 | 11011 | 110010 |
Color Harmonies of #5C7BA1
Complementary color
Monochromatic Colors of #5C7BA1
Black with #5C7BA1
Text Example
Text Example
White with #5C7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7BA1; }
p { color: rgb(92,123,161); }
H1.HeaderClassName
{
color: #5C7BA1;
}
.AnyTagClassName
{
color: #5C7BA1;
}
</style>
background-color css
<style>
a { background-color: #5C7BA1; }
a { background-color: rgb(92,123,161); }
div.DivClassName
{
background-color: #5C7BA1;
}
.BgClassName
{
background-color: #5C7BA1;
}
</style>
border-color css
<style>
span { border-color: #5C7BA1; }
span { border-color: rgb(92,123,161); }
td.TdClassName
{
border-color: #5C7BA1;
}
.TagClassName
{
border-color: #5C7BA1;
}
</style>