Shades of Como #5B7362
Tints of Como #5B7362
RGB
CMYK
RGB Variations
Color information
#5B7362 (or 0x5B7362) is known color: Como. HEX triplet: 5B, 73 and 62. RGB value is (91,115,98). Sum of RGB (Red+Green+Blue) = 91+115+98=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7362 is #A48C9D. Grayscale: #696969. Windows color (decimal): -10783902 or 6452059. OLE color: 6452059.
HSL color Cylindrical-coordinate representation of color #5B7362: hue angle of 137.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B7362 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 98 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.55 |
| HSL | 137.5º | 0.12% | 0.4% | - |
| HSV(B) | 137.5º | 0.21% | 0.45% | - |
| XYZ | 12.65 | 15.37 | 13.85 | - |
| YUV | 105.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 98 | 0.21 | 0 | 0.15 | 0.55 | 137.5 | 0.12 | 0.4 |
| Hex | 5B | 73 | 62 | 15 | 0 | F | 37 | 8A | C | 28 |
| Octal | 133 | 163 | 142 | 25 | 0 | 17 | 67 | 212 | 14 | 50 |
| Binary | 1011011 | 1110011 | 1100010 | 10101 | 0 | 1111 | 110111 | 10001010 | 1100 | 101000 |
Color Harmonies of #5B7362
Complementary color
Monochromatic Colors of #5B7362
Black with #5B7362
Text Example
Text Example
White with #5B7362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7362; }
p { color: rgb(91,115,98); }
H1.HeaderClassName
{
color: #5B7362;
}
.AnyTagClassName
{
color: #5B7362;
}
</style>
background-color css
<style>
a { background-color: #5B7362; }
a { background-color: rgb(91,115,98); }
div.DivClassName
{
background-color: #5B7362;
}
.BgClassName
{
background-color: #5B7362;
}
</style>
border-color css
<style>
span { border-color: #5B7362; }
span { border-color: rgb(91,115,98); }
td.TdClassName
{
border-color: #5B7362;
}
.TagClassName
{
border-color: #5B7362;
}
</style>