Shades of Air Force Blue #5C7E9B
Tints of Air Force Blue #5C7E9B
RGB
CMYK
RGB Variations
Color information
#5C7E9B (or 0x5C7E9B) is known color: Air Force Blue. HEX triplet: 5C, 7E and 9B. RGB value is (92,126,155). Sum of RGB (Red+Green+Blue) = 92+126+155=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7E9B is #A38164. Grayscale: #767676. Windows color (decimal): -10715493 or 10190428. OLE color: 10190428.
HSL color Cylindrical-coordinate representation of color #5C7E9B: hue angle of 207.62º 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 #5C7E9B is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 126 | 155 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.39 |
| HSL | 207.62º | 0.26% | 0.48% | - |
| HSV(B) | 207.62º | 0.41% | 0.61% | - |
| XYZ | 17.79 | 19.56 | 33.85 | - |
| YUV | 119.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 155 | 0.41 | 0.19 | 0 | 0.39 | 207.62 | 0.26 | 0.48 |
| Hex | 5C | 7E | 9B | 29 | 13 | 0 | 27 | D0 | 1A | 30 |
| Octal | 134 | 176 | 233 | 51 | 23 | 0 | 47 | 320 | 32 | 60 |
| Binary | 1011100 | 1111110 | 10011011 | 101001 | 10011 | 0 | 100111 | 11010000 | 11010 | 110000 |
Color Harmonies of #5C7E9B
Complementary color
Monochromatic Colors of #5C7E9B
Black with #5C7E9B
Text Example
Text Example
White with #5C7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7E9B; }
p { color: rgb(92,126,155); }
H1.HeaderClassName
{
color: #5C7E9B;
}
.AnyTagClassName
{
color: #5C7E9B;
}
</style>
background-color css
<style>
a { background-color: #5C7E9B; }
a { background-color: rgb(92,126,155); }
div.DivClassName
{
background-color: #5C7E9B;
}
.BgClassName
{
background-color: #5C7E9B;
}
</style>
border-color css
<style>
span { border-color: #5C7E9B; }
span { border-color: rgb(92,126,155); }
td.TdClassName
{
border-color: #5C7E9B;
}
.TagClassName
{
border-color: #5C7E9B;
}
</style>