Shades of Mortar #555152
Tints of Mortar #555152
RGB
CMYK
RGB Variations
Color information
#555152 (or 0x555152) is known color: Mortar. HEX triplet: 55, 51 and 52. RGB value is (85,81,82). Sum of RGB (Red+Green+Blue) = 85+81+82=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 85 - color contains mainly: red. Hex color #555152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555152 is #AAAEAD. Grayscale: #525252. Windows color (decimal): -11185838 or 5394773. OLE color: 5394773.
HSL color Cylindrical-coordinate representation of color #555152: hue angle of 345º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #555152 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 82 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.67 |
| HSL | 345º | 0.02% | 0.33% | - |
| HSV(B) | 345º | 0.05% | 0.33% | - |
| XYZ | 8.21 | 8.43 | 9.18 | - |
| YUV | 82.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 82 | 0 | 0.05 | 0.04 | 0.67 | 345 | 0.02 | 0.33 |
| Hex | 55 | 51 | 52 | 0 | 5 | 4 | 43 | 159 | 2 | 21 |
| Octal | 125 | 121 | 122 | 0 | 5 | 4 | 103 | 531 | 2 | 41 |
| Binary | 1010101 | 1010001 | 1010010 | 0 | 101 | 100 | 1000011 | 101011001 | 10 | 100001 |
Color Harmonies of #555152
Complementary color
Monochromatic Colors of #555152
Black with #555152
Text Example
Text Example
White with #555152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555152; }
p { color: rgb(85,81,82); }
H1.HeaderClassName
{
color: #555152;
}
.AnyTagClassName
{
color: #555152;
}
</style>
background-color css
<style>
a { background-color: #555152; }
a { background-color: rgb(85,81,82); }
div.DivClassName
{
background-color: #555152;
}
.BgClassName
{
background-color: #555152;
}
</style>
border-color css
<style>
span { border-color: #555152; }
span { border-color: rgb(85,81,82); }
td.TdClassName
{
border-color: #555152;
}
.TagClassName
{
border-color: #555152;
}
</style>