Shades of Tundora #5B5550
Tints of Tundora #5B5550
RGB
CMYK
RGB Variations
Color information
#5B5550 (or 0x5B5550) is known color: Tundora. HEX triplet: 5B, 55 and 50. RGB value is (91,85,80). Sum of RGB (Red+Green+Blue) = 91+85+80=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5550 is #A4AAAF. Grayscale: #565656. Windows color (decimal): -10791600 or 5264731. OLE color: 5264731.
HSL color Cylindrical-coordinate representation of color #5B5550: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5550 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 80 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.64 |
| HSL | 27.27º | 0.06% | 0.34% | - |
| HSV(B) | 27.27º | 0.12% | 0.36% | - |
| XYZ | 9.01 | 9.3 | 8.91 | - |
| YUV | 86.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 80 | 0 | 0.07 | 0.12 | 0.64 | 27.27 | 0.06 | 0.34 |
| Hex | 5B | 55 | 50 | 0 | 7 | C | 40 | 1B | 6 | 22 |
| Octal | 133 | 125 | 120 | 0 | 7 | 14 | 100 | 33 | 6 | 42 |
| Binary | 1011011 | 1010101 | 1010000 | 0 | 111 | 1100 | 1000000 | 11011 | 110 | 100010 |
Color Harmonies of #5B5550
Complementary color
Monochromatic Colors of #5B5550
Black with #5B5550
Text Example
Text Example
White with #5B5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5550; }
p { color: rgb(91,85,80); }
H1.HeaderClassName
{
color: #5B5550;
}
.AnyTagClassName
{
color: #5B5550;
}
</style>
background-color css
<style>
a { background-color: #5B5550; }
a { background-color: rgb(91,85,80); }
div.DivClassName
{
background-color: #5B5550;
}
.BgClassName
{
background-color: #5B5550;
}
</style>
border-color css
<style>
span { border-color: #5B5550; }
span { border-color: rgb(91,85,80); }
td.TdClassName
{
border-color: #5B5550;
}
.TagClassName
{
border-color: #5B5550;
}
</style>