Shades of Tundora #575554
Tints of Tundora #575554
RGB
CMYK
RGB Variations
Color information
#575554 (or 0x575554) is known color: Tundora. HEX triplet: 57, 55 and 54. RGB value is (87,85,84). Sum of RGB (Red+Green+Blue) = 87+85+84=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 87 - color contains mainly: red. Hex color #575554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575554 is #A8AAAB. Grayscale: #555555. Windows color (decimal): -11053740 or 5526871. OLE color: 5526871.
HSL color Cylindrical-coordinate representation of color #575554: hue angle of 20º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #575554 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
RGB | 87 | 85 | 84 | - |
CMYK | 0 | 0.02 | 0.03 | 0.66 |
HSL | 20º | 0.02% | 0.34% | - |
HSV(B) | 20º | 0.03% | 0.34% | - |
XYZ | 8.78 | 9.16 | 9.69 | - |
YUV | 85.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 87 | 85 | 84 | 0 | 0.02 | 0.03 | 0.66 | 20 | 0.02 | 0.34 |
Hex | 57 | 55 | 54 | 0 | 2 | 3 | 42 | 14 | 2 | 22 |
Octal | 127 | 125 | 124 | 0 | 2 | 3 | 102 | 24 | 2 | 42 |
Binary | 1010111 | 1010101 | 1010100 | 0 | 10 | 11 | 1000010 | 10100 | 10 | 100010 |
Color Harmonies of #575554
Complementary color
Monochromatic Colors of #575554
Black with #575554
Text Example
Text Example
White with #575554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575554; }
p { color: rgb(87,85,84); }
H1.HeaderClassName
{
color: #575554;
}
.AnyTagClassName
{
color: #575554;
}
</style>
background-color css
<style>
a { background-color: #575554; }
a { background-color: rgb(87,85,84); }
div.DivClassName
{
background-color: #575554;
}
.BgClassName
{
background-color: #575554;
}
</style>
border-color css
<style>
span { border-color: #575554; }
span { border-color: rgb(87,85,84); }
td.TdClassName
{
border-color: #575554;
}
.TagClassName
{
border-color: #575554;
}
</style>