Shades of Como #5B8667
Tints of Como #5B8667
RGB
CMYK
RGB Variations
Color information
#5B8667 (or 0x5B8667) is known color: Como. HEX triplet: 5B, 86 and 67. RGB value is (91,134,103). Sum of RGB (Red+Green+Blue) = 91+134+103=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8667 is #A47998. Grayscale: #757575. Windows color (decimal): -10779033 or 6784603. OLE color: 6784603.
HSL color Cylindrical-coordinate representation of color #5B8667: hue angle of 136.74º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8667 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 134 | 103 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.47 |
| HSL | 136.74º | 0.19% | 0.44% | - |
| HSV(B) | 136.74º | 0.32% | 0.53% | - |
| XYZ | 15.29 | 20.25 | 15.94 | - |
| YUV | 117.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 103 | 0.32 | 0 | 0.23 | 0.47 | 136.74 | 0.19 | 0.44 |
| Hex | 5B | 86 | 67 | 20 | 0 | 17 | 2F | 89 | 13 | 2C |
| Octal | 133 | 206 | 147 | 40 | 0 | 27 | 57 | 211 | 23 | 54 |
| Binary | 1011011 | 10000110 | 1100111 | 100000 | 0 | 10111 | 101111 | 10001001 | 10011 | 101100 |
Color Harmonies of #5B8667
Complementary color
Monochromatic Colors of #5B8667
Black with #5B8667
Text Example
Text Example
White with #5B8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8667; }
p { color: rgb(91,134,103); }
H1.HeaderClassName
{
color: #5B8667;
}
.AnyTagClassName
{
color: #5B8667;
}
</style>
background-color css
<style>
a { background-color: #5B8667; }
a { background-color: rgb(91,134,103); }
div.DivClassName
{
background-color: #5B8667;
}
.BgClassName
{
background-color: #5B8667;
}
</style>
border-color css
<style>
span { border-color: #5B8667; }
span { border-color: rgb(91,134,103); }
td.TdClassName
{
border-color: #5B8667;
}
.TagClassName
{
border-color: #5B8667;
}
</style>