Shades of Como #5B7E63
Tints of Como #5B7E63
RGB
CMYK
RGB Variations
Color information
#5B7E63 (or 0x5B7E63) is known color: Como. HEX triplet: 5B, 7E and 63. RGB value is (91,126,99). Sum of RGB (Red+Green+Blue) = 91+126+99=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7E63 is #A4819C. Grayscale: #707070. Windows color (decimal): -10781085 or 6520411. OLE color: 6520411.
HSL color Cylindrical-coordinate representation of color #5B7E63: hue angle of 133.71º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B7E63 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 126 | 99 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.51 |
| HSL | 133.71º | 0.16% | 0.43% | - |
| HSV(B) | 133.71º | 0.28% | 0.49% | - |
| XYZ | 14.03 | 18.05 | 14.55 | - |
| YUV | 112.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 99 | 0.28 | 0 | 0.21 | 0.51 | 133.71 | 0.16 | 0.43 |
| Hex | 5B | 7E | 63 | 1C | 0 | 15 | 33 | 86 | 10 | 2B |
| Octal | 133 | 176 | 143 | 34 | 0 | 25 | 63 | 206 | 20 | 53 |
| Binary | 1011011 | 1111110 | 1100011 | 11100 | 0 | 10101 | 110011 | 10000110 | 10000 | 101011 |
Color Harmonies of #5B7E63
Complementary color
Monochromatic Colors of #5B7E63
Black with #5B7E63
Text Example
Text Example
White with #5B7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7E63; }
p { color: rgb(91,126,99); }
H1.HeaderClassName
{
color: #5B7E63;
}
.AnyTagClassName
{
color: #5B7E63;
}
</style>
background-color css
<style>
a { background-color: #5B7E63; }
a { background-color: rgb(91,126,99); }
div.DivClassName
{
background-color: #5B7E63;
}
.BgClassName
{
background-color: #5B7E63;
}
</style>
border-color css
<style>
span { border-color: #5B7E63; }
span { border-color: rgb(91,126,99); }
td.TdClassName
{
border-color: #5B7E63;
}
.TagClassName
{
border-color: #5B7E63;
}
</style>