Shades of Hemlock #5C5C53
Tints of Hemlock #5C5C53
RGB
CMYK
RGB Variations
Color information
#5C5C53 (or 0x5C5C53) is known color: Hemlock. HEX triplet: 5C, 5C and 53. RGB value is (92,92,83). Sum of RGB (Red+Green+Blue) = 92+92+83=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 92 - color contains mainly: red, green. Hex color #5C5C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5C53 is #A3A3AC. Grayscale: #5B5B5B. Windows color (decimal): -10724269 or 5463132. OLE color: 5463132.
HSL color Cylindrical-coordinate representation of color #5C5C53: hue angle of 60º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C5C53 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 92 | 83 | - |
| CMYK | 0 | 0 | 0.10 | 0.64 |
| HSL | 60º | 0.05% | 0.34% | - |
| HSV(B) | 60º | 0.1% | 0.36% | - |
| XYZ | 9.8 | 10.55 | 9.7 | - |
| YUV | 90.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 92 | 83 | 0 | 0 | 0.10 | 0.64 | 60 | 0.05 | 0.34 |
| Hex | 5C | 5C | 53 | 0 | 0 | A | 40 | 3C | 5 | 22 |
| Octal | 134 | 134 | 123 | 0 | 0 | 12 | 100 | 74 | 5 | 42 |
| Binary | 1011100 | 1011100 | 1010011 | 0 | 0 | 1010 | 1000000 | 111100 | 101 | 100010 |
Color Harmonies of #5C5C53
Complementary color
Monochromatic Colors of #5C5C53
Black with #5C5C53
Text Example
Text Example
White with #5C5C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5C53; }
p { color: rgb(92,92,83); }
H1.HeaderClassName
{
color: #5C5C53;
}
.AnyTagClassName
{
color: #5C5C53;
}
</style>
background-color css
<style>
a { background-color: #5C5C53; }
a { background-color: rgb(92,92,83); }
div.DivClassName
{
background-color: #5C5C53;
}
.BgClassName
{
background-color: #5C5C53;
}
</style>
border-color css
<style>
span { border-color: #5C5C53; }
span { border-color: rgb(92,92,83); }
td.TdClassName
{
border-color: #5C5C53;
}
.TagClassName
{
border-color: #5C5C53;
}
</style>