Shades of Como #55755D
Tints of Como #55755D
RGB
CMYK
RGB Variations
Color information
#55755D (or 0x55755D) is known color: Como. HEX triplet: 55, 75 and 5D. RGB value is (85,117,93). Sum of RGB (Red+Green+Blue) = 85+117+93=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #55755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55755D is #AA8AA2. Grayscale: #686868. Windows color (decimal): -11176611 or 6124885. OLE color: 6124885.
HSL color Cylindrical-coordinate representation of color #55755D: hue angle of 135º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55755D is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 93 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.54 |
| HSL | 135º | 0.16% | 0.4% | - |
| HSV(B) | 135º | 0.27% | 0.46% | - |
| XYZ | 12.08 | 15.44 | 12.7 | - |
| YUV | 104.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 93 | 0.27 | 0 | 0.21 | 0.54 | 135 | 0.16 | 0.4 |
| Hex | 55 | 75 | 5D | 1B | 0 | 15 | 36 | 87 | 10 | 28 |
| Octal | 125 | 165 | 135 | 33 | 0 | 25 | 66 | 207 | 20 | 50 |
| Binary | 1010101 | 1110101 | 1011101 | 11011 | 0 | 10101 | 110110 | 10000111 | 10000 | 101000 |
Color Harmonies of #55755D
Complementary color
Monochromatic Colors of #55755D
Black with #55755D
Text Example
Text Example
White with #55755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55755D; }
p { color: rgb(85,117,93); }
H1.HeaderClassName
{
color: #55755D;
}
.AnyTagClassName
{
color: #55755D;
}
</style>
background-color css
<style>
a { background-color: #55755D; }
a { background-color: rgb(85,117,93); }
div.DivClassName
{
background-color: #55755D;
}
.BgClassName
{
background-color: #55755D;
}
</style>
border-color css
<style>
span { border-color: #55755D; }
span { border-color: rgb(85,117,93); }
td.TdClassName
{
border-color: #55755D;
}
.TagClassName
{
border-color: #55755D;
}
</style>