Shades of Mortar #594F50
Tints of Mortar #594F50
RGB
CMYK
RGB Variations
Color information
#594F50 (or 0x594F50) is known color: Mortar. HEX triplet: 59, 4F and 50. RGB value is (89,79,80). Sum of RGB (Red+Green+Blue) = 89+79+80=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #594F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F50 is #A6B0AF. Grayscale: #525252. Windows color (decimal): -10924208 or 5263193. OLE color: 5263193.
HSL color Cylindrical-coordinate representation of color #594F50: hue angle of 354º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #594F50 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 80 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.65 |
| HSL | 354º | 0.06% | 0.33% | - |
| HSV(B) | 354º | 0.11% | 0.35% | - |
| XYZ | 8.36 | 8.3 | 8.75 | - |
| YUV | 82.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 80 | 0 | 0.11 | 0.10 | 0.65 | 354 | 0.06 | 0.33 |
| Hex | 59 | 4F | 50 | 0 | B | A | 41 | 162 | 6 | 21 |
| Octal | 131 | 117 | 120 | 0 | 13 | 12 | 101 | 542 | 6 | 41 |
| Binary | 1011001 | 1001111 | 1010000 | 0 | 1011 | 1010 | 1000001 | 101100010 | 110 | 100001 |
Color Harmonies of #594F50
Complementary color
Monochromatic Colors of #594F50
Black with #594F50
Text Example
Text Example
White with #594F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F50; }
p { color: rgb(89,79,80); }
H1.HeaderClassName
{
color: #594F50;
}
.AnyTagClassName
{
color: #594F50;
}
</style>
background-color css
<style>
a { background-color: #594F50; }
a { background-color: rgb(89,79,80); }
div.DivClassName
{
background-color: #594F50;
}
.BgClassName
{
background-color: #594F50;
}
</style>
border-color css
<style>
span { border-color: #594F50; }
span { border-color: rgb(89,79,80); }
td.TdClassName
{
border-color: #594F50;
}
.TagClassName
{
border-color: #594F50;
}
</style>