Shades of Tundora #5C5956
Tints of Tundora #5C5956
RGB
CMYK
RGB Variations
Color information
#5C5956 (or 0x5C5956) is known color: Tundora. HEX triplet: 5C, 59 and 56. RGB value is (92,89,86). Sum of RGB (Red+Green+Blue) = 92+89+86=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5956 is #A3A6A9. Grayscale: #595959. Windows color (decimal): -10725034 or 5658972. OLE color: 5658972.
HSL color Cylindrical-coordinate representation of color #5C5956: hue angle of 30º 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 #5C5956 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 86 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.64 |
| HSL | 30º | 0.03% | 0.35% | - |
| HSV(B) | 30º | 0.07% | 0.36% | - |
| XYZ | 9.67 | 10.09 | 10.24 | - |
| YUV | 89.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 86 | 0 | 0.03 | 0.07 | 0.64 | 30 | 0.03 | 0.35 |
| Hex | 5C | 59 | 56 | 0 | 3 | 7 | 40 | 1E | 3 | 23 |
| Octal | 134 | 131 | 126 | 0 | 3 | 7 | 100 | 36 | 3 | 43 |
| Binary | 1011100 | 1011001 | 1010110 | 0 | 11 | 111 | 1000000 | 11110 | 11 | 100011 |
Color Harmonies of #5C5956
Complementary color
Monochromatic Colors of #5C5956
Black with #5C5956
Text Example
Text Example
White with #5C5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5956; }
p { color: rgb(92,89,86); }
H1.HeaderClassName
{
color: #5C5956;
}
.AnyTagClassName
{
color: #5C5956;
}
</style>
background-color css
<style>
a { background-color: #5C5956; }
a { background-color: rgb(92,89,86); }
div.DivClassName
{
background-color: #5C5956;
}
.BgClassName
{
background-color: #5C5956;
}
</style>
border-color css
<style>
span { border-color: #5C5956; }
span { border-color: rgb(92,89,86); }
td.TdClassName
{
border-color: #5C5956;
}
.TagClassName
{
border-color: #5C5956;
}
</style>