Shades of Air Force Blue #5C7D9B
Tints of Air Force Blue #5C7D9B
RGB
CMYK
RGB Variations
Color information
#5C7D9B (or 0x5C7D9B) is known color: Air Force Blue. HEX triplet: 5C, 7D and 9B. RGB value is (92,125,155). Sum of RGB (Red+Green+Blue) = 92+125+155=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C7D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7D9B is #A38264. Grayscale: #767676. Windows color (decimal): -10715749 or 10190172. OLE color: 10190172.
HSL color Cylindrical-coordinate representation of color #5C7D9B: hue angle of 208.57º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C7D9B is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 125 | 155 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.39 |
| HSL | 208.57º | 0.26% | 0.48% | - |
| HSV(B) | 208.57º | 0.41% | 0.61% | - |
| XYZ | 17.66 | 19.31 | 33.81 | - |
| YUV | 118.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 155 | 0.41 | 0.19 | 0 | 0.39 | 208.57 | 0.26 | 0.48 |
| Hex | 5C | 7D | 9B | 29 | 13 | 0 | 27 | D1 | 1A | 30 |
| Octal | 134 | 175 | 233 | 51 | 23 | 0 | 47 | 321 | 32 | 60 |
| Binary | 1011100 | 1111101 | 10011011 | 101001 | 10011 | 0 | 100111 | 11010001 | 11010 | 110000 |
Color Harmonies of #5C7D9B
Complementary color
Monochromatic Colors of #5C7D9B
Black with #5C7D9B
Text Example
Text Example
White with #5C7D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7D9B; }
p { color: rgb(92,125,155); }
H1.HeaderClassName
{
color: #5C7D9B;
}
.AnyTagClassName
{
color: #5C7D9B;
}
</style>
background-color css
<style>
a { background-color: #5C7D9B; }
a { background-color: rgb(92,125,155); }
div.DivClassName
{
background-color: #5C7D9B;
}
.BgClassName
{
background-color: #5C7D9B;
}
</style>
border-color css
<style>
span { border-color: #5C7D9B; }
span { border-color: rgb(92,125,155); }
td.TdClassName
{
border-color: #5C7D9B;
}
.TagClassName
{
border-color: #5C7D9B;
}
</style>