Shades of Como #5B755F
Tints of Como #5B755F
RGB
CMYK
RGB Variations
Color information
#5B755F (or 0x5B755F) is known color: Como. HEX triplet: 5B, 75 and 5F. RGB value is (91,117,95). Sum of RGB (Red+Green+Blue) = 91+117+95=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #5B755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B755F is #A48AA0. Grayscale: #6A6A6A. Windows color (decimal): -10783393 or 6255963. OLE color: 6255963.
HSL color Cylindrical-coordinate representation of color #5B755F: hue angle of 129.23º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B755F is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 117 | 95 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.54 |
| HSL | 129.23º | 0.13% | 0.41% | - |
| HSV(B) | 129.23º | 0.22% | 0.46% | - |
| XYZ | 12.74 | 15.77 | 13.2 | - |
| YUV | 106.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 95 | 0.22 | 0 | 0.19 | 0.54 | 129.23 | 0.13 | 0.41 |
| Hex | 5B | 75 | 5F | 16 | 0 | 13 | 36 | 81 | C | 29 |
| Octal | 133 | 165 | 137 | 26 | 0 | 23 | 66 | 201 | 14 | 51 |
| Binary | 1011011 | 1110101 | 1011111 | 10110 | 0 | 10011 | 110110 | 10000001 | 1100 | 101001 |
Color Harmonies of #5B755F
Complementary color
Monochromatic Colors of #5B755F
Black with #5B755F
Text Example
Text Example
White with #5B755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B755F; }
p { color: rgb(91,117,95); }
H1.HeaderClassName
{
color: #5B755F;
}
.AnyTagClassName
{
color: #5B755F;
}
</style>
background-color css
<style>
a { background-color: #5B755F; }
a { background-color: rgb(91,117,95); }
div.DivClassName
{
background-color: #5B755F;
}
.BgClassName
{
background-color: #5B755F;
}
</style>
border-color css
<style>
span { border-color: #5B755F; }
span { border-color: rgb(91,117,95); }
td.TdClassName
{
border-color: #5B755F;
}
.TagClassName
{
border-color: #5B755F;
}
</style>