Shades of Tundora #55504F
Tints of Tundora #55504F
RGB
CMYK
RGB Variations
Color information
#55504F (or 0x55504F) is known color: Tundora. HEX triplet: 55, 50 and 4F. RGB value is (85,80,79). Sum of RGB (Red+Green+Blue) = 85+80+79=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55504F is #AAAFB0. Grayscale: #515151. Windows color (decimal): -11186097 or 5197909. OLE color: 5197909.
HSL color Cylindrical-coordinate representation of color #55504F: hue angle of 10º 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 #55504F is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 79 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.67 |
| HSL | 10º | 0.04% | 0.32% | - |
| HSV(B) | 10º | 0.07% | 0.33% | - |
| XYZ | 8.03 | 8.23 | 8.56 | - |
| YUV | 81.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 79 | 0 | 0.06 | 0.07 | 0.67 | 10 | 0.04 | 0.32 |
| Hex | 55 | 50 | 4F | 0 | 6 | 7 | 43 | A | 4 | 20 |
| Octal | 125 | 120 | 117 | 0 | 6 | 7 | 103 | 12 | 4 | 40 |
| Binary | 1010101 | 1010000 | 1001111 | 0 | 110 | 111 | 1000011 | 1010 | 100 | 100000 |
Color Harmonies of #55504F
Complementary color
Monochromatic Colors of #55504F
Black with #55504F
Text Example
Text Example
White with #55504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55504F; }
p { color: rgb(85,80,79); }
H1.HeaderClassName
{
color: #55504F;
}
.AnyTagClassName
{
color: #55504F;
}
</style>
background-color css
<style>
a { background-color: #55504F; }
a { background-color: rgb(85,80,79); }
div.DivClassName
{
background-color: #55504F;
}
.BgClassName
{
background-color: #55504F;
}
</style>
border-color css
<style>
span { border-color: #55504F; }
span { border-color: rgb(85,80,79); }
td.TdClassName
{
border-color: #55504F;
}
.TagClassName
{
border-color: #55504F;
}
</style>