Shades of Hemlock #5D5D54
Tints of Hemlock #5D5D54
RGB
CMYK
RGB Variations
Color information
#5D5D54 (or 0x5D5D54) is known color: Hemlock. HEX triplet: 5D, 5D and 54. RGB value is (93,93,84). Sum of RGB (Red+Green+Blue) = 93+93+84=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 93 - color contains mainly: red, green. Hex color #5D5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5D54 is #A2A2AB. Grayscale: #5C5C5C. Windows color (decimal): -10658476 or 5528925. OLE color: 5528925.
HSL color Cylindrical-coordinate representation of color #5D5D54: hue angle of 60º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5D54 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 93 | 84 | - |
| CMYK | 0 | 0 | 0.10 | 0.64 |
| HSL | 60º | 0.05% | 0.35% | - |
| HSV(B) | 60º | 0.1% | 0.36% | - |
| XYZ | 10.03 | 10.8 | 9.94 | - |
| YUV | 91.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 93 | 84 | 0 | 0 | 0.10 | 0.64 | 60 | 0.05 | 0.35 |
| Hex | 5D | 5D | 54 | 0 | 0 | A | 40 | 3C | 5 | 23 |
| Octal | 135 | 135 | 124 | 0 | 0 | 12 | 100 | 74 | 5 | 43 |
| Binary | 1011101 | 1011101 | 1010100 | 0 | 0 | 1010 | 1000000 | 111100 | 101 | 100011 |
Color Harmonies of #5D5D54
Complementary color
Monochromatic Colors of #5D5D54
Black with #5D5D54
Text Example
Text Example
White with #5D5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5D54; }
p { color: rgb(93,93,84); }
H1.HeaderClassName
{
color: #5D5D54;
}
.AnyTagClassName
{
color: #5D5D54;
}
</style>
background-color css
<style>
a { background-color: #5D5D54; }
a { background-color: rgb(93,93,84); }
div.DivClassName
{
background-color: #5D5D54;
}
.BgClassName
{
background-color: #5D5D54;
}
</style>
border-color css
<style>
span { border-color: #5D5D54; }
span { border-color: rgb(93,93,84); }
td.TdClassName
{
border-color: #5D5D54;
}
.TagClassName
{
border-color: #5D5D54;
}
</style>