Shades of Air Force Blue #5C7DAA
Tints of Air Force Blue #5C7DAA
RGB
CMYK
RGB Variations
Color information
#5C7DAA (or 0x5C7DAA) is known color: Air Force Blue. HEX triplet: 5C, 7D and AA. RGB value is (92,125,170). Sum of RGB (Red+Green+Blue) = 92+125+170=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C7DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7DAA is #A38255. Grayscale: #787878. Windows color (decimal): -10715734 or 11173212. OLE color: 11173212.
HSL color Cylindrical-coordinate representation of color #5C7DAA: hue angle of 214.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C7DAA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 125 | 170 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.33 |
| HSL | 214.62º | 0.31% | 0.51% | - |
| HSV(B) | 214.62º | 0.46% | 0.67% | - |
| XYZ | 19 | 19.84 | 40.86 | - |
| YUV | 120.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 170 | 0.46 | 0.26 | 0 | 0.33 | 214.62 | 0.31 | 0.51 |
| Hex | 5C | 7D | AA | 2E | 1A | 0 | 21 | D7 | 1F | 33 |
| Octal | 134 | 175 | 252 | 56 | 32 | 0 | 41 | 327 | 37 | 63 |
| Binary | 1011100 | 1111101 | 10101010 | 101110 | 11010 | 0 | 100001 | 11010111 | 11111 | 110011 |
Color Harmonies of #5C7DAA
Complementary color
Monochromatic Colors of #5C7DAA
Black with #5C7DAA
Text Example
Text Example
White with #5C7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7DAA; }
p { color: rgb(92,125,170); }
H1.HeaderClassName
{
color: #5C7DAA;
}
.AnyTagClassName
{
color: #5C7DAA;
}
</style>
background-color css
<style>
a { background-color: #5C7DAA; }
a { background-color: rgb(92,125,170); }
div.DivClassName
{
background-color: #5C7DAA;
}
.BgClassName
{
background-color: #5C7DAA;
}
</style>
border-color css
<style>
span { border-color: #5C7DAA; }
span { border-color: rgb(92,125,170); }
td.TdClassName
{
border-color: #5C7DAA;
}
.TagClassName
{
border-color: #5C7DAA;
}
</style>