Shades of Air Force Blue #5C8DAC
Tints of Air Force Blue #5C8DAC
RGB
CMYK
RGB Variations
Color information
#5C8DAC (or 0x5C8DAC) is known color: Air Force Blue. HEX triplet: 5C, 8D and AC. RGB value is (92,141,172). Sum of RGB (Red+Green+Blue) = 92+141+172=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C8DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8DAC is #A37253. Grayscale: #818181. Windows color (decimal): -10711636 or 11308380. OLE color: 11308380.
HSL color Cylindrical-coordinate representation of color #5C8DAC: hue angle of 203.25º 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 #5C8DAC is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 141 | 172 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.33 |
| HSL | 203.25º | 0.33% | 0.52% | - |
| HSV(B) | 203.25º | 0.47% | 0.67% | - |
| XYZ | 21.38 | 24.3 | 42.59 | - |
| YUV | 129.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 141 | 172 | 0.47 | 0.18 | 0 | 0.33 | 203.25 | 0.33 | 0.52 |
| Hex | 5C | 8D | AC | 2F | 12 | 0 | 21 | CB | 21 | 34 |
| Octal | 134 | 215 | 254 | 57 | 22 | 0 | 41 | 313 | 41 | 64 |
| Binary | 1011100 | 10001101 | 10101100 | 101111 | 10010 | 0 | 100001 | 11001011 | 100001 | 110100 |
Color Harmonies of #5C8DAC
Complementary color
Monochromatic Colors of #5C8DAC
Black with #5C8DAC
Text Example
Text Example
White with #5C8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8DAC; }
p { color: rgb(92,141,172); }
H1.HeaderClassName
{
color: #5C8DAC;
}
.AnyTagClassName
{
color: #5C8DAC;
}
</style>
background-color css
<style>
a { background-color: #5C8DAC; }
a { background-color: rgb(92,141,172); }
div.DivClassName
{
background-color: #5C8DAC;
}
.BgClassName
{
background-color: #5C8DAC;
}
</style>
border-color css
<style>
span { border-color: #5C8DAC; }
span { border-color: rgb(92,141,172); }
td.TdClassName
{
border-color: #5C8DAC;
}
.TagClassName
{
border-color: #5C8DAC;
}
</style>