Shades of Tundora #5B5754
Tints of Tundora #5B5754
RGB
CMYK
RGB Variations
Color information
#5B5754 (or 0x5B5754) is known color: Tundora. HEX triplet: 5B, 57 and 54. RGB value is (91,87,84). Sum of RGB (Red+Green+Blue) = 91+87+84=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5754 is #A4A8AB. Grayscale: #575757. Windows color (decimal): -10791084 or 5527387. OLE color: 5527387.
HSL color Cylindrical-coordinate representation of color #5B5754: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B5754 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 87 | 84 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.64 |
| HSL | 25.71º | 0.04% | 0.34% | - |
| HSV(B) | 25.71º | 0.08% | 0.36% | - |
| XYZ | 9.32 | 9.68 | 9.76 | - |
| YUV | 87.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 84 | 0 | 0.04 | 0.08 | 0.64 | 25.71 | 0.04 | 0.34 |
| Hex | 5B | 57 | 54 | 0 | 4 | 8 | 40 | 1A | 4 | 22 |
| Octal | 133 | 127 | 124 | 0 | 4 | 10 | 100 | 32 | 4 | 42 |
| Binary | 1011011 | 1010111 | 1010100 | 0 | 100 | 1000 | 1000000 | 11010 | 100 | 100010 |
Color Harmonies of #5B5754
Complementary color
Monochromatic Colors of #5B5754
Black with #5B5754
Text Example
Text Example
White with #5B5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5754; }
p { color: rgb(91,87,84); }
H1.HeaderClassName
{
color: #5B5754;
}
.AnyTagClassName
{
color: #5B5754;
}
</style>
background-color css
<style>
a { background-color: #5B5754; }
a { background-color: rgb(91,87,84); }
div.DivClassName
{
background-color: #5B5754;
}
.BgClassName
{
background-color: #5B5754;
}
</style>
border-color css
<style>
span { border-color: #5B5754; }
span { border-color: rgb(91,87,84); }
td.TdClassName
{
border-color: #5B5754;
}
.TagClassName
{
border-color: #5B5754;
}
</style>