Shades of Tundora #554F4C
Tints of Tundora #554F4C
RGB
CMYK
RGB Variations
Color information
#554F4C (or 0x554F4C) is known color: Tundora. HEX triplet: 55, 4F and 4C. RGB value is (85,79,76). Sum of RGB (Red+Green+Blue) = 85+79+76=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #554F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F4C is #AAB0B3. Grayscale: #505050. Windows color (decimal): -11186356 or 5001045. OLE color: 5001045.
HSL color Cylindrical-coordinate representation of color #554F4C: hue angle of 20º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #554F4C is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 76 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.67 |
| HSL | 20º | 0.06% | 0.32% | - |
| HSV(B) | 20º | 0.11% | 0.33% | - |
| XYZ | 7.85 | 8.05 | 7.98 | - |
| YUV | 80.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 76 | 0 | 0.07 | 0.11 | 0.67 | 20 | 0.06 | 0.32 |
| Hex | 55 | 4F | 4C | 0 | 7 | B | 43 | 14 | 6 | 20 |
| Octal | 125 | 117 | 114 | 0 | 7 | 13 | 103 | 24 | 6 | 40 |
| Binary | 1010101 | 1001111 | 1001100 | 0 | 111 | 1011 | 1000011 | 10100 | 110 | 100000 |
Color Harmonies of #554F4C
Complementary color
Monochromatic Colors of #554F4C
Black with #554F4C
Text Example
Text Example
White with #554F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F4C; }
p { color: rgb(85,79,76); }
H1.HeaderClassName
{
color: #554F4C;
}
.AnyTagClassName
{
color: #554F4C;
}
</style>
background-color css
<style>
a { background-color: #554F4C; }
a { background-color: rgb(85,79,76); }
div.DivClassName
{
background-color: #554F4C;
}
.BgClassName
{
background-color: #554F4C;
}
</style>
border-color css
<style>
span { border-color: #554F4C; }
span { border-color: rgb(85,79,76); }
td.TdClassName
{
border-color: #554F4C;
}
.TagClassName
{
border-color: #554F4C;
}
</style>