Shades of Air Force Blue #5C92AC
Tints of Air Force Blue #5C92AC
RGB
CMYK
RGB Variations
Color information
#5C92AC (or 0x5C92AC) is known color: Air Force Blue. HEX triplet: 5C, 92 and AC. RGB value is (92,146,172). Sum of RGB (Red+Green+Blue) = 92+146+172=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C92AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C92AC is #A36D53. Grayscale: #848484. Windows color (decimal): -10710356 or 11309660. OLE color: 11309660.
HSL color Cylindrical-coordinate representation of color #5C92AC: hue angle of 199.5º 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 #5C92AC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 146 | 172 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.33 |
| HSL | 199.5º | 0.33% | 0.52% | - |
| HSV(B) | 199.5º | 0.47% | 0.67% | - |
| XYZ | 22.14 | 25.81 | 42.85 | - |
| YUV | 132.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 172 | 0.47 | 0.15 | 0 | 0.33 | 199.5 | 0.33 | 0.52 |
| Hex | 5C | 92 | AC | 2F | F | 0 | 21 | C8 | 21 | 34 |
| Octal | 134 | 222 | 254 | 57 | 17 | 0 | 41 | 310 | 41 | 64 |
| Binary | 1011100 | 10010010 | 10101100 | 101111 | 1111 | 0 | 100001 | 11001000 | 100001 | 110100 |
Color Harmonies of #5C92AC
Complementary color
Monochromatic Colors of #5C92AC
Black with #5C92AC
Text Example
Text Example
White with #5C92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C92AC; }
p { color: rgb(92,146,172); }
H1.HeaderClassName
{
color: #5C92AC;
}
.AnyTagClassName
{
color: #5C92AC;
}
</style>
background-color css
<style>
a { background-color: #5C92AC; }
a { background-color: rgb(92,146,172); }
div.DivClassName
{
background-color: #5C92AC;
}
.BgClassName
{
background-color: #5C92AC;
}
</style>
border-color css
<style>
span { border-color: #5C92AC; }
span { border-color: rgb(92,146,172); }
td.TdClassName
{
border-color: #5C92AC;
}
.TagClassName
{
border-color: #5C92AC;
}
</style>