Shades of Como #5E7362
Tints of Como #5E7362
RGB
CMYK
RGB Variations
Color information
#5E7362 (or 0x5E7362) is known color: Como. HEX triplet: 5E, 73 and 62. RGB value is (94,115,98). Sum of RGB (Red+Green+Blue) = 94+115+98=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7362 is #A18C9D. Grayscale: #6A6A6A. Windows color (decimal): -10587294 or 6452062. OLE color: 6452062.
HSL color Cylindrical-coordinate representation of color #5E7362: hue angle of 131.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7362 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 98 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.55 |
| HSL | 131.43º | 0.1% | 0.41% | - |
| HSV(B) | 131.43º | 0.18% | 0.45% | - |
| XYZ | 12.95 | 15.52 | 13.87 | - |
| YUV | 106.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 98 | 0.18 | 0 | 0.15 | 0.55 | 131.43 | 0.1 | 0.41 |
| Hex | 5E | 73 | 62 | 12 | 0 | F | 37 | 83 | A | 29 |
| Octal | 136 | 163 | 142 | 22 | 0 | 17 | 67 | 203 | 12 | 51 |
| Binary | 1011110 | 1110011 | 1100010 | 10010 | 0 | 1111 | 110111 | 10000011 | 1010 | 101001 |
Color Harmonies of #5E7362
Complementary color
Monochromatic Colors of #5E7362
Black with #5E7362
Text Example
Text Example
White with #5E7362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7362; }
p { color: rgb(94,115,98); }
H1.HeaderClassName
{
color: #5E7362;
}
.AnyTagClassName
{
color: #5E7362;
}
</style>
background-color css
<style>
a { background-color: #5E7362; }
a { background-color: rgb(94,115,98); }
div.DivClassName
{
background-color: #5E7362;
}
.BgClassName
{
background-color: #5E7362;
}
</style>
border-color css
<style>
span { border-color: #5E7362; }
span { border-color: rgb(94,115,98); }
td.TdClassName
{
border-color: #5E7362;
}
.TagClassName
{
border-color: #5E7362;
}
</style>