Shades of Tundora #585552
Tints of Tundora #585552
RGB
CMYK
RGB Variations
Color information
#585552 (or 0x585552) is known color: Tundora. HEX triplet: 58, 55 and 52. RGB value is (88,85,82). Sum of RGB (Red+Green+Blue) = 88+85+82=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 88 - color contains mainly: red. Hex color #585552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585552 is #A7AAAD. Grayscale: #555555. Windows color (decimal): -10988206 or 5395800. OLE color: 5395800.
HSL color Cylindrical-coordinate representation of color #585552: hue angle of 30º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #585552 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
RGB | 88 | 85 | 82 | - |
CMYK | 0 | 0.03 | 0.07 | 0.65 |
HSL | 30º | 0.04% | 0.33% | - |
HSV(B) | 30º | 0.07% | 0.35% | - |
XYZ | 8.8 | 9.18 | 9.29 | - |
YUV | 85.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 88 | 85 | 82 | 0 | 0.03 | 0.07 | 0.65 | 30 | 0.04 | 0.33 |
Hex | 58 | 55 | 52 | 0 | 3 | 7 | 41 | 1E | 4 | 21 |
Octal | 130 | 125 | 122 | 0 | 3 | 7 | 101 | 36 | 4 | 41 |
Binary | 1011000 | 1010101 | 1010010 | 0 | 11 | 111 | 1000001 | 11110 | 100 | 100001 |
Color Harmonies of #585552
Complementary color
Monochromatic Colors of #585552
Black with #585552
Text Example
Text Example
White with #585552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585552; }
p { color: rgb(88,85,82); }
H1.HeaderClassName
{
color: #585552;
}
.AnyTagClassName
{
color: #585552;
}
</style>
background-color css
<style>
a { background-color: #585552; }
a { background-color: rgb(88,85,82); }
div.DivClassName
{
background-color: #585552;
}
.BgClassName
{
background-color: #585552;
}
</style>
border-color css
<style>
span { border-color: #585552; }
span { border-color: rgb(88,85,82); }
td.TdClassName
{
border-color: #585552;
}
.TagClassName
{
border-color: #585552;
}
</style>