Shades of Tundora #554F4D
Tints of Tundora #554F4D
RGB
CMYK
RGB Variations
Color information
#554F4D (or 0x554F4D) is known color: Tundora. HEX triplet: 55, 4F and 4D. RGB value is (85,79,77). Sum of RGB (Red+Green+Blue) = 85+79+77=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #554F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F4D is #AAB0B2. Grayscale: #505050. Windows color (decimal): -11186355 or 5066581. OLE color: 5066581.
HSL color Cylindrical-coordinate representation of color #554F4D: hue angle of 15º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #554F4D is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 77 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.67 |
| HSL | 15º | 0.05% | 0.32% | - |
| HSV(B) | 15º | 0.09% | 0.33% | - |
| XYZ | 7.88 | 8.06 | 8.16 | - |
| YUV | 80.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 77 | 0 | 0.07 | 0.09 | 0.67 | 15 | 0.05 | 0.32 |
| Hex | 55 | 4F | 4D | 0 | 7 | 9 | 43 | F | 5 | 20 |
| Octal | 125 | 117 | 115 | 0 | 7 | 11 | 103 | 17 | 5 | 40 |
| Binary | 1010101 | 1001111 | 1001101 | 0 | 111 | 1001 | 1000011 | 1111 | 101 | 100000 |
Color Harmonies of #554F4D
Complementary color
Monochromatic Colors of #554F4D
Black with #554F4D
Text Example
Text Example
White with #554F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F4D; }
p { color: rgb(85,79,77); }
H1.HeaderClassName
{
color: #554F4D;
}
.AnyTagClassName
{
color: #554F4D;
}
</style>
background-color css
<style>
a { background-color: #554F4D; }
a { background-color: rgb(85,79,77); }
div.DivClassName
{
background-color: #554F4D;
}
.BgClassName
{
background-color: #554F4D;
}
</style>
border-color css
<style>
span { border-color: #554F4D; }
span { border-color: rgb(85,79,77); }
td.TdClassName
{
border-color: #554F4D;
}
.TagClassName
{
border-color: #554F4D;
}
</style>