Shades of Mortar #575051
Tints of Mortar #575051
RGB
CMYK
RGB Variations
Color information
#575051 (or 0x575051) is known color: Mortar. HEX triplet: 57, 50 and 51. RGB value is (87,80,81). Sum of RGB (Red+Green+Blue) = 87+80+81=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 87 - color contains mainly: red. Hex color #575051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575051 is #A8AFAE. Grayscale: #525252. Windows color (decimal): -11055023 or 5328983. OLE color: 5328983.
HSL color Cylindrical-coordinate representation of color #575051: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575051 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 81 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.66 |
| HSL | 351.43º | 0.04% | 0.33% | - |
| HSV(B) | 351.43º | 0.08% | 0.34% | - |
| XYZ | 8.28 | 8.36 | 8.96 | - |
| YUV | 82.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 81 | 0 | 0.08 | 0.07 | 0.66 | 351.43 | 0.04 | 0.33 |
| Hex | 57 | 50 | 51 | 0 | 8 | 7 | 42 | 15F | 4 | 21 |
| Octal | 127 | 120 | 121 | 0 | 10 | 7 | 102 | 537 | 4 | 41 |
| Binary | 1010111 | 1010000 | 1010001 | 0 | 1000 | 111 | 1000010 | 101011111 | 100 | 100001 |
Color Harmonies of #575051
Complementary color
Monochromatic Colors of #575051
Black with #575051
Text Example
Text Example
White with #575051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575051; }
p { color: rgb(87,80,81); }
H1.HeaderClassName
{
color: #575051;
}
.AnyTagClassName
{
color: #575051;
}
</style>
background-color css
<style>
a { background-color: #575051; }
a { background-color: rgb(87,80,81); }
div.DivClassName
{
background-color: #575051;
}
.BgClassName
{
background-color: #575051;
}
</style>
border-color css
<style>
span { border-color: #575051; }
span { border-color: rgb(87,80,81); }
td.TdClassName
{
border-color: #575051;
}
.TagClassName
{
border-color: #575051;
}
</style>