Shades of Tundora #5D534F
Tints of Tundora #5D534F
RGB
CMYK
RGB Variations
Color information
#5D534F (or 0x5D534F) is known color: Tundora. HEX triplet: 5D, 53 and 4F. RGB value is (93,83,79). Sum of RGB (Red+Green+Blue) = 93+83+79=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 93 - color contains mainly: red. Hex color #5D534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D534F is #A2ACB0. Grayscale: #555555. Windows color (decimal): -10661041 or 5198685. OLE color: 5198685.
HSL color Cylindrical-coordinate representation of color #5D534F: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D534F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 79 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.64 |
| HSL | 17.14º | 0.08% | 0.34% | - |
| HSV(B) | 17.14º | 0.15% | 0.36% | - |
| XYZ | 9.02 | 9.08 | 8.67 | - |
| YUV | 85.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 79 | 0 | 0.11 | 0.15 | 0.64 | 17.14 | 0.08 | 0.34 |
| Hex | 5D | 53 | 4F | 0 | B | F | 40 | 11 | 8 | 22 |
| Octal | 135 | 123 | 117 | 0 | 13 | 17 | 100 | 21 | 10 | 42 |
| Binary | 1011101 | 1010011 | 1001111 | 0 | 1011 | 1111 | 1000000 | 10001 | 1000 | 100010 |
Color Harmonies of #5D534F
Complementary color
Monochromatic Colors of #5D534F
Black with #5D534F
Text Example
Text Example
White with #5D534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D534F; }
p { color: rgb(93,83,79); }
H1.HeaderClassName
{
color: #5D534F;
}
.AnyTagClassName
{
color: #5D534F;
}
</style>
background-color css
<style>
a { background-color: #5D534F; }
a { background-color: rgb(93,83,79); }
div.DivClassName
{
background-color: #5D534F;
}
.BgClassName
{
background-color: #5D534F;
}
</style>
border-color css
<style>
span { border-color: #5D534F; }
span { border-color: rgb(93,83,79); }
td.TdClassName
{
border-color: #5D534F;
}
.TagClassName
{
border-color: #5D534F;
}
</style>