Shades of Tundora #585352
Tints of Tundora #585352
RGB
CMYK
RGB Variations
Color information
#585352 (or 0x585352) is known color: Tundora. HEX triplet: 58, 53 and 52. RGB value is (88,83,82). Sum of RGB (Red+Green+Blue) = 88+83+82=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #585352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585352 is #A7ACAD. Grayscale: #545454. Windows color (decimal): -10988718 or 5395288. OLE color: 5395288.
HSL color Cylindrical-coordinate representation of color #585352: hue angle of 10º 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 #585352 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 82 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.65 |
| HSL | 10º | 0.04% | 0.33% | - |
| HSV(B) | 10º | 0.07% | 0.35% | - |
| XYZ | 8.64 | 8.87 | 9.24 | - |
| YUV | 84.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 82 | 0 | 0.06 | 0.07 | 0.65 | 10 | 0.04 | 0.33 |
| Hex | 58 | 53 | 52 | 0 | 6 | 7 | 41 | A | 4 | 21 |
| Octal | 130 | 123 | 122 | 0 | 6 | 7 | 101 | 12 | 4 | 41 |
| Binary | 1011000 | 1010011 | 1010010 | 0 | 110 | 111 | 1000001 | 1010 | 100 | 100001 |
Color Harmonies of #585352
Complementary color
Monochromatic Colors of #585352
Black with #585352
Text Example
Text Example
White with #585352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585352; }
p { color: rgb(88,83,82); }
H1.HeaderClassName
{
color: #585352;
}
.AnyTagClassName
{
color: #585352;
}
</style>
background-color css
<style>
a { background-color: #585352; }
a { background-color: rgb(88,83,82); }
div.DivClassName
{
background-color: #585352;
}
.BgClassName
{
background-color: #585352;
}
</style>
border-color css
<style>
span { border-color: #585352; }
span { border-color: rgb(88,83,82); }
td.TdClassName
{
border-color: #585352;
}
.TagClassName
{
border-color: #585352;
}
</style>