Shades of Como #5D7663
Tints of Como #5D7663
RGB
CMYK
RGB Variations
Color information
#5D7663 (or 0x5D7663) is known color: Como. HEX triplet: 5D, 76 and 63. RGB value is (93,118,99). Sum of RGB (Red+Green+Blue) = 93+118+99=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7663 is #A2899C. Grayscale: #6C6C6C. Windows color (decimal): -10652061 or 6518365. OLE color: 6518365.
HSL color Cylindrical-coordinate representation of color #5D7663: hue angle of 134.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7663 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 99 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.54 |
| HSL | 134.4º | 0.12% | 0.41% | - |
| HSV(B) | 134.4º | 0.21% | 0.46% | - |
| XYZ | 13.24 | 16.18 | 14.23 | - |
| YUV | 108.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 99 | 0.21 | 0 | 0.16 | 0.54 | 134.4 | 0.12 | 0.41 |
| Hex | 5D | 76 | 63 | 15 | 0 | 10 | 36 | 86 | C | 29 |
| Octal | 135 | 166 | 143 | 25 | 0 | 20 | 66 | 206 | 14 | 51 |
| Binary | 1011101 | 1110110 | 1100011 | 10101 | 0 | 10000 | 110110 | 10000110 | 1100 | 101001 |
Color Harmonies of #5D7663
Complementary color
Monochromatic Colors of #5D7663
Black with #5D7663
Text Example
Text Example
White with #5D7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7663; }
p { color: rgb(93,118,99); }
H1.HeaderClassName
{
color: #5D7663;
}
.AnyTagClassName
{
color: #5D7663;
}
</style>
background-color css
<style>
a { background-color: #5D7663; }
a { background-color: rgb(93,118,99); }
div.DivClassName
{
background-color: #5D7663;
}
.BgClassName
{
background-color: #5D7663;
}
</style>
border-color css
<style>
span { border-color: #5D7663; }
span { border-color: rgb(93,118,99); }
td.TdClassName
{
border-color: #5D7663;
}
.TagClassName
{
border-color: #5D7663;
}
</style>