Shades of Mortar #5A5152
Tints of Mortar #5A5152
RGB
CMYK
RGB Variations
Color information
#5A5152 (or 0x5A5152) is known color: Mortar. HEX triplet: 5A, 51 and 52. RGB value is (90,81,82). Sum of RGB (Red+Green+Blue) = 90+81+82=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5152 is #A5AEAD. Grayscale: #535353. Windows color (decimal): -10858158 or 5394778. OLE color: 5394778.
HSL color Cylindrical-coordinate representation of color #5A5152: hue angle of 353.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5152 is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 82 | - |
| CMYK | 0 | 0.1 | 0.09 | 0.65 |
| HSL | 353.33º | 0.05% | 0.34% | - |
| HSV(B) | 353.33º | 0.1% | 0.35% | - |
| XYZ | 8.68 | 8.67 | 9.2 | - |
| YUV | 83.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 82 | 0 | 0.1 | 0.09 | 0.65 | 353.33 | 0.05 | 0.34 |
| Hex | 5A | 51 | 52 | 0 | A | 9 | 41 | 161 | 5 | 22 |
| Octal | 132 | 121 | 122 | 0 | 12 | 11 | 101 | 541 | 5 | 42 |
| Binary | 1011010 | 1010001 | 1010010 | 0 | 1010 | 1001 | 1000001 | 101100001 | 101 | 100010 |
Color Harmonies of #5A5152
Complementary color
Monochromatic Colors of #5A5152
Black with #5A5152
Text Example
Text Example
White with #5A5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5152; }
p { color: rgb(90,81,82); }
H1.HeaderClassName
{
color: #5A5152;
}
.AnyTagClassName
{
color: #5A5152;
}
</style>
background-color css
<style>
a { background-color: #5A5152; }
a { background-color: rgb(90,81,82); }
div.DivClassName
{
background-color: #5A5152;
}
.BgClassName
{
background-color: #5A5152;
}
</style>
border-color css
<style>
span { border-color: #5A5152; }
span { border-color: rgb(90,81,82); }
td.TdClassName
{
border-color: #5A5152;
}
.TagClassName
{
border-color: #5A5152;
}
</style>