Shades of Tundora #5B534F
Tints of Tundora #5B534F
RGB
CMYK
RGB Variations
Color information
#5B534F (or 0x5B534F) is known color: Tundora. HEX triplet: 5B, 53 and 4F. RGB value is (91,83,79). Sum of RGB (Red+Green+Blue) = 91+83+79=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 91 - color contains mainly: red. Hex color #5B534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B534F is #A4ACB0. Grayscale: #545454. Windows color (decimal): -10792113 or 5198683. OLE color: 5198683.
HSL color Cylindrical-coordinate representation of color #5B534F: hue angle of 20º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B534F is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 79 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.64 |
| HSL | 20º | 0.07% | 0.33% | - |
| HSV(B) | 20º | 0.13% | 0.36% | - |
| XYZ | 8.82 | 8.98 | 8.66 | - |
| YUV | 84.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 79 | 0 | 0.09 | 0.13 | 0.64 | 20 | 0.07 | 0.33 |
| Hex | 5B | 53 | 4F | 0 | 9 | D | 40 | 14 | 7 | 21 |
| Octal | 133 | 123 | 117 | 0 | 11 | 15 | 100 | 24 | 7 | 41 |
| Binary | 1011011 | 1010011 | 1001111 | 0 | 1001 | 1101 | 1000000 | 10100 | 111 | 100001 |
Color Harmonies of #5B534F
Complementary color
Monochromatic Colors of #5B534F
Black with #5B534F
Text Example
Text Example
White with #5B534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B534F; }
p { color: rgb(91,83,79); }
H1.HeaderClassName
{
color: #5B534F;
}
.AnyTagClassName
{
color: #5B534F;
}
</style>
background-color css
<style>
a { background-color: #5B534F; }
a { background-color: rgb(91,83,79); }
div.DivClassName
{
background-color: #5B534F;
}
.BgClassName
{
background-color: #5B534F;
}
</style>
border-color css
<style>
span { border-color: #5B534F; }
span { border-color: rgb(91,83,79); }
td.TdClassName
{
border-color: #5B534F;
}
.TagClassName
{
border-color: #5B534F;
}
</style>