Shades of Tundora #55514E
Tints of Tundora #55514E
RGB
CMYK
RGB Variations
Color information
#55514E (or 0x55514E) is known color: Tundora. HEX triplet: 55, 51 and 4E. RGB value is (85,81,78). Sum of RGB (Red+Green+Blue) = 85+81+78=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55514E is #AAAEB1. Grayscale: #515151. Windows color (decimal): -11185842 or 5132629. OLE color: 5132629.
HSL color Cylindrical-coordinate representation of color #55514E: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #55514E is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 78 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.67 |
| HSL | 25.71º | 0.04% | 0.32% | - |
| HSV(B) | 25.71º | 0.08% | 0.33% | - |
| XYZ | 8.06 | 8.37 | 8.4 | - |
| YUV | 81.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 78 | 0 | 0.05 | 0.08 | 0.67 | 25.71 | 0.04 | 0.32 |
| Hex | 55 | 51 | 4E | 0 | 5 | 8 | 43 | 1A | 4 | 20 |
| Octal | 125 | 121 | 116 | 0 | 5 | 10 | 103 | 32 | 4 | 40 |
| Binary | 1010101 | 1010001 | 1001110 | 0 | 101 | 1000 | 1000011 | 11010 | 100 | 100000 |
Color Harmonies of #55514E
Complementary color
Monochromatic Colors of #55514E
Black with #55514E
Text Example
Text Example
White with #55514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55514E; }
p { color: rgb(85,81,78); }
H1.HeaderClassName
{
color: #55514E;
}
.AnyTagClassName
{
color: #55514E;
}
</style>
background-color css
<style>
a { background-color: #55514E; }
a { background-color: rgb(85,81,78); }
div.DivClassName
{
background-color: #55514E;
}
.BgClassName
{
background-color: #55514E;
}
</style>
border-color css
<style>
span { border-color: #55514E; }
span { border-color: rgb(85,81,78); }
td.TdClassName
{
border-color: #55514E;
}
.TagClassName
{
border-color: #55514E;
}
</style>