Shades of Como #5B8462
Tints of Como #5B8462
RGB
CMYK
RGB Variations
Color information
#5B8462 (or 0x5B8462) is known color: Como. HEX triplet: 5B, 84 and 62. RGB value is (91,132,98). Sum of RGB (Red+Green+Blue) = 91+132+98=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8462 is #A47B9D. Grayscale: #737373. Windows color (decimal): -10779550 or 6456411. OLE color: 6456411.
HSL color Cylindrical-coordinate representation of color #5B8462: hue angle of 130.24º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B8462 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 132 | 98 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.48 |
| HSL | 130.24º | 0.18% | 0.44% | - |
| HSV(B) | 130.24º | 0.31% | 0.52% | - |
| XYZ | 14.77 | 19.61 | 14.56 | - |
| YUV | 115.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 98 | 0.31 | 0 | 0.26 | 0.48 | 130.24 | 0.18 | 0.44 |
| Hex | 5B | 84 | 62 | 1F | 0 | 1A | 30 | 82 | 12 | 2C |
| Octal | 133 | 204 | 142 | 37 | 0 | 32 | 60 | 202 | 22 | 54 |
| Binary | 1011011 | 10000100 | 1100010 | 11111 | 0 | 11010 | 110000 | 10000010 | 10010 | 101100 |
Color Harmonies of #5B8462
Complementary color
Monochromatic Colors of #5B8462
Black with #5B8462
Text Example
Text Example
White with #5B8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8462; }
p { color: rgb(91,132,98); }
H1.HeaderClassName
{
color: #5B8462;
}
.AnyTagClassName
{
color: #5B8462;
}
</style>
background-color css
<style>
a { background-color: #5B8462; }
a { background-color: rgb(91,132,98); }
div.DivClassName
{
background-color: #5B8462;
}
.BgClassName
{
background-color: #5B8462;
}
</style>
border-color css
<style>
span { border-color: #5B8462; }
span { border-color: rgb(91,132,98); }
td.TdClassName
{
border-color: #5B8462;
}
.TagClassName
{
border-color: #5B8462;
}
</style>