Shades of Tundora #55514F
Tints of Tundora #55514F
RGB
CMYK
RGB Variations
Color information
#55514F (or 0x55514F) is known color: Tundora. HEX triplet: 55, 51 and 4F. RGB value is (85,81,79). Sum of RGB (Red+Green+Blue) = 85+81+79=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #55514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55514F is #AAAEB0. Grayscale: #515151. Windows color (decimal): -11185841 or 5198165. OLE color: 5198165.
HSL color Cylindrical-coordinate representation of color #55514F: hue angle of 20º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #55514F is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 79 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.67 |
| HSL | 20º | 0.04% | 0.32% | - |
| HSV(B) | 20º | 0.07% | 0.33% | - |
| XYZ | 8.1 | 8.38 | 8.59 | - |
| YUV | 81.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 79 | 0 | 0.05 | 0.07 | 0.67 | 20 | 0.04 | 0.32 |
| Hex | 55 | 51 | 4F | 0 | 5 | 7 | 43 | 14 | 4 | 20 |
| Octal | 125 | 121 | 117 | 0 | 5 | 7 | 103 | 24 | 4 | 40 |
| Binary | 1010101 | 1010001 | 1001111 | 0 | 101 | 111 | 1000011 | 10100 | 100 | 100000 |
Color Harmonies of #55514F
Complementary color
Monochromatic Colors of #55514F
Black with #55514F
Text Example
Text Example
White with #55514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55514F; }
p { color: rgb(85,81,79); }
H1.HeaderClassName
{
color: #55514F;
}
.AnyTagClassName
{
color: #55514F;
}
</style>
background-color css
<style>
a { background-color: #55514F; }
a { background-color: rgb(85,81,79); }
div.DivClassName
{
background-color: #55514F;
}
.BgClassName
{
background-color: #55514F;
}
</style>
border-color css
<style>
span { border-color: #55514F; }
span { border-color: rgb(85,81,79); }
td.TdClassName
{
border-color: #55514F;
}
.TagClassName
{
border-color: #55514F;
}
</style>