Shades of Tundora #5B5652
Tints of Tundora #5B5652
RGB
CMYK
RGB Variations
Color information
#5B5652 (or 0x5B5652) is known color: Tundora. HEX triplet: 5B, 56 and 52. RGB value is (91,86,82). Sum of RGB (Red+Green+Blue) = 91+86+82=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5652 is #A4A9AD. Grayscale: #575757. Windows color (decimal): -10791342 or 5396059. OLE color: 5396059.
HSL color Cylindrical-coordinate representation of color #5B5652: hue angle of 26.67º 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 #5B5652 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 82 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.64 |
| HSL | 26.67º | 0.05% | 0.34% | - |
| HSV(B) | 26.67º | 0.1% | 0.36% | - |
| XYZ | 9.17 | 9.49 | 9.33 | - |
| YUV | 87.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 82 | 0 | 0.05 | 0.10 | 0.64 | 26.67 | 0.05 | 0.34 |
| Hex | 5B | 56 | 52 | 0 | 5 | A | 40 | 1B | 5 | 22 |
| Octal | 133 | 126 | 122 | 0 | 5 | 12 | 100 | 33 | 5 | 42 |
| Binary | 1011011 | 1010110 | 1010010 | 0 | 101 | 1010 | 1000000 | 11011 | 101 | 100010 |
Color Harmonies of #5B5652
Complementary color
Monochromatic Colors of #5B5652
Black with #5B5652
Text Example
Text Example
White with #5B5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5652; }
p { color: rgb(91,86,82); }
H1.HeaderClassName
{
color: #5B5652;
}
.AnyTagClassName
{
color: #5B5652;
}
</style>
background-color css
<style>
a { background-color: #5B5652; }
a { background-color: rgb(91,86,82); }
div.DivClassName
{
background-color: #5B5652;
}
.BgClassName
{
background-color: #5B5652;
}
</style>
border-color css
<style>
span { border-color: #5B5652; }
span { border-color: rgb(91,86,82); }
td.TdClassName
{
border-color: #5B5652;
}
.TagClassName
{
border-color: #5B5652;
}
</style>