Shades of Hemlock #5D5D55
Tints of Hemlock #5D5D55
RGB
CMYK
RGB Variations
Color information
#5D5D55 (or 0x5D5D55) is known color: Hemlock. HEX triplet: 5D, 5D and 55. RGB value is (93,93,85). Sum of RGB (Red+Green+Blue) = 93+93+85=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 93 - color contains mainly: red, green. Hex color #5D5D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5D55 is #A2A2AA. Grayscale: #5C5C5C. Windows color (decimal): -10658475 or 5594461. OLE color: 5594461.
HSL color Cylindrical-coordinate representation of color #5D5D55: hue angle of 60º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D5D55 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 93 | 85 | - |
CMYK | 0 | 0 | 0.09 | 0.64 |
HSL | 60º | 0.04% | 0.35% | - |
HSV(B) | 60º | 0.09% | 0.36% | - |
XYZ | 10.07 | 10.81 | 10.15 | - |
YUV | 92.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 93 | 85 | 0 | 0 | 0.09 | 0.64 | 60 | 0.04 | 0.35 |
Hex | 5D | 5D | 55 | 0 | 0 | 9 | 40 | 3C | 4 | 23 |
Octal | 135 | 135 | 125 | 0 | 0 | 11 | 100 | 74 | 4 | 43 |
Binary | 1011101 | 1011101 | 1010101 | 0 | 0 | 1001 | 1000000 | 111100 | 100 | 100011 |
Color Harmonies of #5D5D55
Complementary color
Monochromatic Colors of #5D5D55
Black with #5D5D55
Text Example
Text Example
White with #5D5D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5D55; }
p { color: rgb(93,93,85); }
H1.HeaderClassName
{
color: #5D5D55;
}
.AnyTagClassName
{
color: #5D5D55;
}
</style>
background-color css
<style>
a { background-color: #5D5D55; }
a { background-color: rgb(93,93,85); }
div.DivClassName
{
background-color: #5D5D55;
}
.BgClassName
{
background-color: #5D5D55;
}
</style>
border-color css
<style>
span { border-color: #5D5D55; }
span { border-color: rgb(93,93,85); }
td.TdClassName
{
border-color: #5D5D55;
}
.TagClassName
{
border-color: #5D5D55;
}
</style>