Shades of Tundora #55504E
Tints of Tundora #55504E
RGB
CMYK
RGB Variations
Color information
#55504E (or 0x55504E) is known color: Tundora. HEX triplet: 55, 50 and 4E. RGB value is (85,80,78). Sum of RGB (Red+Green+Blue) = 85+80+78=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 85 - color contains mainly: red. Hex color #55504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55504E is #AAAFB1. Grayscale: #515151. Windows color (decimal): -11186098 or 5132373. OLE color: 5132373.
HSL color Cylindrical-coordinate representation of color #55504E: hue angle of 17.14º 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 #55504E is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 78 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.67 |
| HSL | 17.14º | 0.04% | 0.32% | - |
| HSV(B) | 17.14º | 0.08% | 0.33% | - |
| XYZ | 7.99 | 8.22 | 8.37 | - |
| YUV | 81.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 78 | 0 | 0.06 | 0.08 | 0.67 | 17.14 | 0.04 | 0.32 |
| Hex | 55 | 50 | 4E | 0 | 6 | 8 | 43 | 11 | 4 | 20 |
| Octal | 125 | 120 | 116 | 0 | 6 | 10 | 103 | 21 | 4 | 40 |
| Binary | 1010101 | 1010000 | 1001110 | 0 | 110 | 1000 | 1000011 | 10001 | 100 | 100000 |
Color Harmonies of #55504E
Complementary color
Monochromatic Colors of #55504E
Black with #55504E
Text Example
Text Example
White with #55504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55504E; }
p { color: rgb(85,80,78); }
H1.HeaderClassName
{
color: #55504E;
}
.AnyTagClassName
{
color: #55504E;
}
</style>
background-color css
<style>
a { background-color: #55504E; }
a { background-color: rgb(85,80,78); }
div.DivClassName
{
background-color: #55504E;
}
.BgClassName
{
background-color: #55504E;
}
</style>
border-color css
<style>
span { border-color: #55504E; }
span { border-color: rgb(85,80,78); }
td.TdClassName
{
border-color: #55504E;
}
.TagClassName
{
border-color: #55504E;
}
</style>