Shades of Como #5D7F64
Tints of Como #5D7F64
RGB
CMYK
RGB Variations
Color information
#5D7F64 (or 0x5D7F64) is known color: Como. HEX triplet: 5D, 7F and 64. RGB value is (93,127,100). Sum of RGB (Red+Green+Blue) = 93+127+100=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #5D7F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7F64 is #A2809B. Grayscale: #717171. Windows color (decimal): -10649756 or 6586205. OLE color: 6586205.
HSL color Cylindrical-coordinate representation of color #5D7F64: hue angle of 132.35º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D7F64 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 127 | 100 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.50 |
| HSL | 132.35º | 0.15% | 0.43% | - |
| HSV(B) | 132.35º | 0.27% | 0.5% | - |
| XYZ | 14.4 | 18.43 | 14.85 | - |
| YUV | 113.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 100 | 0.27 | 0 | 0.21 | 0.50 | 132.35 | 0.15 | 0.43 |
| Hex | 5D | 7F | 64 | 1B | 0 | 15 | 32 | 84 | F | 2B |
| Octal | 135 | 177 | 144 | 33 | 0 | 25 | 62 | 204 | 17 | 53 |
| Binary | 1011101 | 1111111 | 1100100 | 11011 | 0 | 10101 | 110010 | 10000100 | 1111 | 101011 |
Color Harmonies of #5D7F64
Complementary color
Monochromatic Colors of #5D7F64
Black with #5D7F64
Text Example
Text Example
White with #5D7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7F64; }
p { color: rgb(93,127,100); }
H1.HeaderClassName
{
color: #5D7F64;
}
.AnyTagClassName
{
color: #5D7F64;
}
</style>
background-color css
<style>
a { background-color: #5D7F64; }
a { background-color: rgb(93,127,100); }
div.DivClassName
{
background-color: #5D7F64;
}
.BgClassName
{
background-color: #5D7F64;
}
</style>
border-color css
<style>
span { border-color: #5D7F64; }
span { border-color: rgb(93,127,100); }
td.TdClassName
{
border-color: #5D7F64;
}
.TagClassName
{
border-color: #5D7F64;
}
</style>