Shades of Como #5B8767
Tints of Como #5B8767
RGB
CMYK
RGB Variations
Color information
#5B8767 (or 0x5B8767) is known color: Como. HEX triplet: 5B, 87 and 67. RGB value is (91,135,103). Sum of RGB (Red+Green+Blue) = 91+135+103=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8767 is #A47898. Grayscale: #767676. Windows color (decimal): -10778777 or 6784859. OLE color: 6784859.
HSL color Cylindrical-coordinate representation of color #5B8767: hue angle of 136.36º 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 #5B8767 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 103 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.47 |
| HSL | 136.36º | 0.19% | 0.44% | - |
| HSV(B) | 136.36º | 0.33% | 0.53% | - |
| XYZ | 15.43 | 20.53 | 15.98 | - |
| YUV | 118.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 103 | 0.33 | 0 | 0.24 | 0.47 | 136.36 | 0.19 | 0.44 |
| Hex | 5B | 87 | 67 | 21 | 0 | 18 | 2F | 88 | 13 | 2C |
| Octal | 133 | 207 | 147 | 41 | 0 | 30 | 57 | 210 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1100111 | 100001 | 0 | 11000 | 101111 | 10001000 | 10011 | 101100 |
Color Harmonies of #5B8767
Complementary color
Monochromatic Colors of #5B8767
Black with #5B8767
Text Example
Text Example
White with #5B8767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8767; }
p { color: rgb(91,135,103); }
H1.HeaderClassName
{
color: #5B8767;
}
.AnyTagClassName
{
color: #5B8767;
}
</style>
background-color css
<style>
a { background-color: #5B8767; }
a { background-color: rgb(91,135,103); }
div.DivClassName
{
background-color: #5B8767;
}
.BgClassName
{
background-color: #5B8767;
}
</style>
border-color css
<style>
span { border-color: #5B8767; }
span { border-color: rgb(91,135,103); }
td.TdClassName
{
border-color: #5B8767;
}
.TagClassName
{
border-color: #5B8767;
}
</style>