Shades of Como #5D7963
Tints of Como #5D7963
RGB
CMYK
RGB Variations
Color information
#5D7963 (or 0x5D7963) is known color: Como. HEX triplet: 5D, 79 and 63. RGB value is (93,121,99). Sum of RGB (Red+Green+Blue) = 93+121+99=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7963 is #A2869C. Grayscale: #6E6E6E. Windows color (decimal): -10651293 or 6519133. OLE color: 6519133.
HSL color Cylindrical-coordinate representation of color #5D7963: hue angle of 132.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D7963 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 99 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.53 |
| HSL | 132.86º | 0.13% | 0.42% | - |
| HSV(B) | 132.86º | 0.23% | 0.47% | - |
| XYZ | 13.6 | 16.9 | 14.35 | - |
| YUV | 110.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 99 | 0.23 | 0 | 0.18 | 0.53 | 132.86 | 0.13 | 0.42 |
| Hex | 5D | 79 | 63 | 17 | 0 | 12 | 35 | 85 | D | 2A |
| Octal | 135 | 171 | 143 | 27 | 0 | 22 | 65 | 205 | 15 | 52 |
| Binary | 1011101 | 1111001 | 1100011 | 10111 | 0 | 10010 | 110101 | 10000101 | 1101 | 101010 |
Color Harmonies of #5D7963
Complementary color
Monochromatic Colors of #5D7963
Black with #5D7963
Text Example
Text Example
White with #5D7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7963; }
p { color: rgb(93,121,99); }
H1.HeaderClassName
{
color: #5D7963;
}
.AnyTagClassName
{
color: #5D7963;
}
</style>
background-color css
<style>
a { background-color: #5D7963; }
a { background-color: rgb(93,121,99); }
div.DivClassName
{
background-color: #5D7963;
}
.BgClassName
{
background-color: #5D7963;
}
</style>
border-color css
<style>
span { border-color: #5D7963; }
span { border-color: rgb(93,121,99); }
td.TdClassName
{
border-color: #5D7963;
}
.TagClassName
{
border-color: #5D7963;
}
</style>