Shades of Como #5B8766
Tints of Como #5B8766
RGB
CMYK
RGB Variations
Color information
#5B8766 (or 0x5B8766) is known color: Como. HEX triplet: 5B, 87 and 66. RGB value is (91,135,102). Sum of RGB (Red+Green+Blue) = 91+135+102=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8766 is #A47899. Grayscale: #767676. Windows color (decimal): -10778778 or 6719323. OLE color: 6719323.
HSL color Cylindrical-coordinate representation of color #5B8766: hue angle of 135º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B8766 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 102 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.47 |
| HSL | 135º | 0.19% | 0.44% | - |
| HSV(B) | 135º | 0.33% | 0.53% | - |
| XYZ | 15.38 | 20.51 | 15.72 | - |
| YUV | 118.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 102 | 0.33 | 0 | 0.24 | 0.47 | 135 | 0.19 | 0.44 |
| Hex | 5B | 87 | 66 | 21 | 0 | 18 | 2F | 87 | 13 | 2C |
| Octal | 133 | 207 | 146 | 41 | 0 | 30 | 57 | 207 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1100110 | 100001 | 0 | 11000 | 101111 | 10000111 | 10011 | 101100 |
Color Harmonies of #5B8766
Complementary color
Monochromatic Colors of #5B8766
Black with #5B8766
Text Example
Text Example
White with #5B8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8766; }
p { color: rgb(91,135,102); }
H1.HeaderClassName
{
color: #5B8766;
}
.AnyTagClassName
{
color: #5B8766;
}
</style>
background-color css
<style>
a { background-color: #5B8766; }
a { background-color: rgb(91,135,102); }
div.DivClassName
{
background-color: #5B8766;
}
.BgClassName
{
background-color: #5B8766;
}
</style>
border-color css
<style>
span { border-color: #5B8766; }
span { border-color: rgb(91,135,102); }
td.TdClassName
{
border-color: #5B8766;
}
.TagClassName
{
border-color: #5B8766;
}
</style>