Shades of Tundora #5C5756
Tints of Tundora #5C5756
RGB
CMYK
RGB Variations
Color information
#5C5756 (or 0x5C5756) is known color: Tundora. HEX triplet: 5C, 57 and 56. RGB value is (92,87,86). Sum of RGB (Red+Green+Blue) = 92+87+86=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5756 is #A3A8A9. Grayscale: #585858. Windows color (decimal): -10725546 or 5658460. OLE color: 5658460.
HSL color Cylindrical-coordinate representation of color #5C5756: hue angle of 10º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C5756 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 87 | 86 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.64 |
| HSL | 10º | 0.03% | 0.35% | - |
| HSV(B) | 10º | 0.07% | 0.36% | - |
| XYZ | 9.5 | 9.76 | 10.19 | - |
| YUV | 88.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 86 | 0 | 0.05 | 0.07 | 0.64 | 10 | 0.03 | 0.35 |
| Hex | 5C | 57 | 56 | 0 | 5 | 7 | 40 | A | 3 | 23 |
| Octal | 134 | 127 | 126 | 0 | 5 | 7 | 100 | 12 | 3 | 43 |
| Binary | 1011100 | 1010111 | 1010110 | 0 | 101 | 111 | 1000000 | 1010 | 11 | 100011 |
Color Harmonies of #5C5756
Complementary color
Monochromatic Colors of #5C5756
Black with #5C5756
Text Example
Text Example
White with #5C5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5756; }
p { color: rgb(92,87,86); }
H1.HeaderClassName
{
color: #5C5756;
}
.AnyTagClassName
{
color: #5C5756;
}
</style>
background-color css
<style>
a { background-color: #5C5756; }
a { background-color: rgb(92,87,86); }
div.DivClassName
{
background-color: #5C5756;
}
.BgClassName
{
background-color: #5C5756;
}
</style>
border-color css
<style>
span { border-color: #5C5756; }
span { border-color: rgb(92,87,86); }
td.TdClassName
{
border-color: #5C5756;
}
.TagClassName
{
border-color: #5C5756;
}
</style>