Shades of Mid Grey #5E686E
Tints of Mid Grey #5E686E
RGB
CMYK
RGB Variations
Color information
#5E686E (or 0x5E686E) is known color: Mid Grey. HEX triplet: 5E, 68 and 6E. RGB value is (94,104,110). Sum of RGB (Red+Green+Blue) = 94+104+110=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E686E is #A19791. Grayscale: #656565. Windows color (decimal): -10590098 or 7235678. OLE color: 7235678.
HSL color Cylindrical-coordinate representation of color #5E686E: hue angle of 202.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E686E is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 94 | 104 | 110 | - |
CMYK | 0.15 | 0.05 | 0 | 0.57 |
HSL | 202.5º | 0.08% | 0.4% | - |
HSV(B) | 202.5º | 0.15% | 0.43% | - |
XYZ | 12.38 | 13.41 | 16.69 | - |
YUV | 101.69 | 132.69 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 104 | 110 | 0.15 | 0.05 | 0 | 0.57 | 202.5 | 0.08 | 0.4 |
Hex | 5E | 68 | 6E | F | 5 | 0 | 39 | CA | 8 | 28 |
Octal | 136 | 150 | 156 | 17 | 5 | 0 | 71 | 312 | 10 | 50 |
Binary | 1011110 | 1101000 | 1101110 | 1111 | 101 | 0 | 111001 | 11001010 | 1000 | 101000 |
Color Harmonies of #5E686E
Complementary color
Monochromatic Colors of #5E686E
Black with #5E686E
Text Example
Text Example
White with #5E686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E686E; }
p { color: rgb(94,104,110); }
H1.HeaderClassName
{
color: #5E686E;
}
.AnyTagClassName
{
color: #5E686E;
}
</style>
background-color css
<style>
a { background-color: #5E686E; }
a { background-color: rgb(94,104,110); }
div.DivClassName
{
background-color: #5E686E;
}
.BgClassName
{
background-color: #5E686E;
}
</style>
border-color css
<style>
span { border-color: #5E686E; }
span { border-color: rgb(94,104,110); }
td.TdClassName
{
border-color: #5E686E;
}
.TagClassName
{
border-color: #5E686E;
}
</style>