Shades of Como #5D7C62
Tints of Como #5D7C62
RGB
CMYK
RGB Variations
Color information
#5D7C62 (or 0x5D7C62) is known color: Como. HEX triplet: 5D, 7C and 62. RGB value is (93,124,98). Sum of RGB (Red+Green+Blue) = 93+124+98=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7C62 is #A2839D. Grayscale: #6F6F6F. Windows color (decimal): -10650526 or 6454365. OLE color: 6454365.
HSL color Cylindrical-coordinate representation of color #5D7C62: hue angle of 129.68º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D7C62 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 124 | 98 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.51 |
| HSL | 129.68º | 0.14% | 0.43% | - |
| HSV(B) | 129.68º | 0.25% | 0.49% | - |
| XYZ | 13.93 | 17.62 | 14.22 | - |
| YUV | 111.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 124 | 98 | 0.25 | 0 | 0.21 | 0.51 | 129.68 | 0.14 | 0.43 |
| Hex | 5D | 7C | 62 | 19 | 0 | 15 | 33 | 82 | E | 2B |
| Octal | 135 | 174 | 142 | 31 | 0 | 25 | 63 | 202 | 16 | 53 |
| Binary | 1011101 | 1111100 | 1100010 | 11001 | 0 | 10101 | 110011 | 10000010 | 1110 | 101011 |
Color Harmonies of #5D7C62
Complementary color
Monochromatic Colors of #5D7C62
Black with #5D7C62
Text Example
Text Example
White with #5D7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7C62; }
p { color: rgb(93,124,98); }
H1.HeaderClassName
{
color: #5D7C62;
}
.AnyTagClassName
{
color: #5D7C62;
}
</style>
background-color css
<style>
a { background-color: #5D7C62; }
a { background-color: rgb(93,124,98); }
div.DivClassName
{
background-color: #5D7C62;
}
.BgClassName
{
background-color: #5D7C62;
}
</style>
border-color css
<style>
span { border-color: #5D7C62; }
span { border-color: rgb(93,124,98); }
td.TdClassName
{
border-color: #5D7C62;
}
.TagClassName
{
border-color: #5D7C62;
}
</style>