Shades of Mid Grey #5E686D
Tints of Mid Grey #5E686D
RGB
CMYK
RGB Variations
Color information
#5E686D (or 0x5E686D) is known color: Mid Grey. HEX triplet: 5E, 68 and 6D. RGB value is (94,104,109). Sum of RGB (Red+Green+Blue) = 94+104+109=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E686D is #A19792. Grayscale: #656565. Windows color (decimal): -10590099 or 7170142. OLE color: 7170142.
HSL color Cylindrical-coordinate representation of color #5E686D: hue angle of 200º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E686D is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 94 | 104 | 109 | - |
CMYK | 0.14 | 0.05 | 0 | 0.57 |
HSL | 200º | 0.07% | 0.4% | - |
HSV(B) | 200º | 0.14% | 0.43% | - |
XYZ | 12.33 | 13.38 | 16.4 | - |
YUV | 101.58 | 132.19 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 104 | 109 | 0.14 | 0.05 | 0 | 0.57 | 200 | 0.07 | 0.4 |
Hex | 5E | 68 | 6D | E | 5 | 0 | 39 | C8 | 7 | 28 |
Octal | 136 | 150 | 155 | 16 | 5 | 0 | 71 | 310 | 7 | 50 |
Binary | 1011110 | 1101000 | 1101101 | 1110 | 101 | 0 | 111001 | 11001000 | 111 | 101000 |
Color Harmonies of #5E686D
Complementary color
Monochromatic Colors of #5E686D
Black with #5E686D
Text Example
Text Example
White with #5E686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E686D; }
p { color: rgb(94,104,109); }
H1.HeaderClassName
{
color: #5E686D;
}
.AnyTagClassName
{
color: #5E686D;
}
</style>
background-color css
<style>
a { background-color: #5E686D; }
a { background-color: rgb(94,104,109); }
div.DivClassName
{
background-color: #5E686D;
}
.BgClassName
{
background-color: #5E686D;
}
</style>
border-color css
<style>
span { border-color: #5E686D; }
span { border-color: rgb(94,104,109); }
td.TdClassName
{
border-color: #5E686D;
}
.TagClassName
{
border-color: #5E686D;
}
</style>