Shades of Tundora #585553
Tints of Tundora #585553
RGB
CMYK
RGB Variations
Color information
#585553 (or 0x585553) is known color: Tundora. HEX triplet: 58, 55 and 53. RGB value is (88,85,83). Sum of RGB (Red+Green+Blue) = 88+85+83=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 88 - color contains mainly: red. Hex color #585553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585553 is #A7AAAC. Grayscale: #555555. Windows color (decimal): -10988205 or 5461336. OLE color: 5461336.
HSL color Cylindrical-coordinate representation of color #585553: hue angle of 24º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585553 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 83 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.65 |
| HSL | 24º | 0.03% | 0.34% | - |
| HSV(B) | 24º | 0.06% | 0.35% | - |
| XYZ | 8.83 | 9.2 | 9.49 | - |
| YUV | 85.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 83 | 0 | 0.03 | 0.06 | 0.65 | 24 | 0.03 | 0.34 |
| Hex | 58 | 55 | 53 | 0 | 3 | 6 | 41 | 18 | 3 | 22 |
| Octal | 130 | 125 | 123 | 0 | 3 | 6 | 101 | 30 | 3 | 42 |
| Binary | 1011000 | 1010101 | 1010011 | 0 | 11 | 110 | 1000001 | 11000 | 11 | 100010 |
Color Harmonies of #585553
Complementary color
Monochromatic Colors of #585553
Black with #585553
Text Example
Text Example
White with #585553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585553; }
p { color: rgb(88,85,83); }
H1.HeaderClassName
{
color: #585553;
}
.AnyTagClassName
{
color: #585553;
}
</style>
background-color css
<style>
a { background-color: #585553; }
a { background-color: rgb(88,85,83); }
div.DivClassName
{
background-color: #585553;
}
.BgClassName
{
background-color: #585553;
}
</style>
border-color css
<style>
span { border-color: #585553; }
span { border-color: rgb(88,85,83); }
td.TdClassName
{
border-color: #585553;
}
.TagClassName
{
border-color: #585553;
}
</style>