Shades of Tundora #5E5551
Tints of Tundora #5E5551
RGB
CMYK
RGB Variations
Color information
#5E5551 (or 0x5E5551) is known color: Tundora. HEX triplet: 5E, 55 and 51. RGB value is (94,85,81). Sum of RGB (Red+Green+Blue) = 94+85+81=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5551 is #A1AAAE. Grayscale: #575757. Windows color (decimal): -10594991 or 5330270. OLE color: 5330270.
HSL color Cylindrical-coordinate representation of color #5E5551: hue angle of 18.46º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E5551 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 85 | 81 | - |
CMYK | 0 | 0.10 | 0.14 | 0.63 |
HSL | 18.46º | 0.07% | 0.34% | - |
HSV(B) | 18.46º | 0.14% | 0.37% | - |
XYZ | 9.35 | 9.47 | 9.12 | - |
YUV | 87.24 | 124.48 | 132.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 85 | 81 | 0 | 0.10 | 0.14 | 0.63 | 18.46 | 0.07 | 0.34 |
Hex | 5E | 55 | 51 | 0 | A | E | 3F | 12 | 7 | 22 |
Octal | 136 | 125 | 121 | 0 | 12 | 16 | 77 | 22 | 7 | 42 |
Binary | 1011110 | 1010101 | 1010001 | 0 | 1010 | 1110 | 111111 | 10010 | 111 | 100010 |
Color Harmonies of #5E5551
Complementary color
Monochromatic Colors of #5E5551
Black with #5E5551
Text Example
Text Example
White with #5E5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5551; }
p { color: rgb(94,85,81); }
H1.HeaderClassName
{
color: #5E5551;
}
.AnyTagClassName
{
color: #5E5551;
}
</style>
background-color css
<style>
a { background-color: #5E5551; }
a { background-color: rgb(94,85,81); }
div.DivClassName
{
background-color: #5E5551;
}
.BgClassName
{
background-color: #5E5551;
}
</style>
border-color css
<style>
span { border-color: #5E5551; }
span { border-color: rgb(94,85,81); }
td.TdClassName
{
border-color: #5E5551;
}
.TagClassName
{
border-color: #5E5551;
}
</style>