Shades of Mid Grey #5E6970
Tints of Mid Grey #5E6970
RGB
CMYK
RGB Variations
Color information
#5E6970 (or 0x5E6970) is known color: Mid Grey. HEX triplet: 5E, 69 and 70. RGB value is (94,105,112). Sum of RGB (Red+Green+Blue) = 94+105+112=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E6970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6970 is #A1968F. Grayscale: #666666. Windows color (decimal): -10589840 or 7367006. OLE color: 7367006.
HSL color Cylindrical-coordinate representation of color #5E6970: hue angle of 203.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E6970 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 105 | 112 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.56 |
| HSL | 203.33º | 0.09% | 0.4% | - |
| HSV(B) | 203.33º | 0.16% | 0.44% | - |
| XYZ | 12.59 | 13.65 | 17.3 | - |
| YUV | 102.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 112 | 0.16 | 0.06 | 0 | 0.56 | 203.33 | 0.09 | 0.4 |
| Hex | 5E | 69 | 70 | 10 | 6 | 0 | 38 | CB | 9 | 28 |
| Octal | 136 | 151 | 160 | 20 | 6 | 0 | 70 | 313 | 11 | 50 |
| Binary | 1011110 | 1101001 | 1110000 | 10000 | 110 | 0 | 111000 | 11001011 | 1001 | 101000 |
Color Harmonies of #5E6970
Complementary color
Monochromatic Colors of #5E6970
Black with #5E6970
Text Example
Text Example
White with #5E6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6970; }
p { color: rgb(94,105,112); }
H1.HeaderClassName
{
color: #5E6970;
}
.AnyTagClassName
{
color: #5E6970;
}
</style>
background-color css
<style>
a { background-color: #5E6970; }
a { background-color: rgb(94,105,112); }
div.DivClassName
{
background-color: #5E6970;
}
.BgClassName
{
background-color: #5E6970;
}
</style>
border-color css
<style>
span { border-color: #5E6970; }
span { border-color: rgb(94,105,112); }
td.TdClassName
{
border-color: #5E6970;
}
.TagClassName
{
border-color: #5E6970;
}
</style>