Shades of Tundora #5B5452
Tints of Tundora #5B5452
RGB
CMYK
RGB Variations
Color information
#5B5452 (or 0x5B5452) is known color: Tundora. HEX triplet: 5B, 54 and 52. RGB value is (91,84,82). Sum of RGB (Red+Green+Blue) = 91+84+82=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5452 is #A4ABAD. Grayscale: #555555. Windows color (decimal): -10791854 or 5395547. OLE color: 5395547.
HSL color Cylindrical-coordinate representation of color #5B5452: hue angle of 13.33º 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 #5B5452 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 82 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.64 |
| HSL | 13.33º | 0.05% | 0.34% | - |
| HSV(B) | 13.33º | 0.1% | 0.36% | - |
| XYZ | 9.01 | 9.17 | 9.28 | - |
| YUV | 85.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 82 | 0 | 0.08 | 0.10 | 0.64 | 13.33 | 0.05 | 0.34 |
| Hex | 5B | 54 | 52 | 0 | 8 | A | 40 | D | 5 | 22 |
| Octal | 133 | 124 | 122 | 0 | 10 | 12 | 100 | 15 | 5 | 42 |
| Binary | 1011011 | 1010100 | 1010010 | 0 | 1000 | 1010 | 1000000 | 1101 | 101 | 100010 |
Color Harmonies of #5B5452
Complementary color
Monochromatic Colors of #5B5452
Black with #5B5452
Text Example
Text Example
White with #5B5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5452; }
p { color: rgb(91,84,82); }
H1.HeaderClassName
{
color: #5B5452;
}
.AnyTagClassName
{
color: #5B5452;
}
</style>
background-color css
<style>
a { background-color: #5B5452; }
a { background-color: rgb(91,84,82); }
div.DivClassName
{
background-color: #5B5452;
}
.BgClassName
{
background-color: #5B5452;
}
</style>
border-color css
<style>
span { border-color: #5B5452; }
span { border-color: rgb(91,84,82); }
td.TdClassName
{
border-color: #5B5452;
}
.TagClassName
{
border-color: #5B5452;
}
</style>