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