Shades of Como #55735D
Tints of Como #55735D
RGB
CMYK
RGB Variations
Color information
#55735D (or 0x55735D) is known color: Como. HEX triplet: 55, 73 and 5D. RGB value is (85,115,93). Sum of RGB (Red+Green+Blue) = 85+115+93=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #55735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55735D is #AA8CA2. Grayscale: #676767. Windows color (decimal): -11177123 or 6124373. OLE color: 6124373.
HSL color Cylindrical-coordinate representation of color #55735D: hue angle of 136º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55735D is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 93 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.55 |
| HSL | 136º | 0.15% | 0.39% | - |
| HSV(B) | 136º | 0.26% | 0.45% | - |
| XYZ | 11.85 | 14.98 | 12.62 | - |
| YUV | 103.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 93 | 0.26 | 0 | 0.19 | 0.55 | 136 | 0.15 | 0.39 |
| Hex | 55 | 73 | 5D | 1A | 0 | 13 | 37 | 88 | F | 27 |
| Octal | 125 | 163 | 135 | 32 | 0 | 23 | 67 | 210 | 17 | 47 |
| Binary | 1010101 | 1110011 | 1011101 | 11010 | 0 | 10011 | 110111 | 10001000 | 1111 | 100111 |
Color Harmonies of #55735D
Complementary color
Monochromatic Colors of #55735D
Black with #55735D
Text Example
Text Example
White with #55735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55735D; }
p { color: rgb(85,115,93); }
H1.HeaderClassName
{
color: #55735D;
}
.AnyTagClassName
{
color: #55735D;
}
</style>
background-color css
<style>
a { background-color: #55735D; }
a { background-color: rgb(85,115,93); }
div.DivClassName
{
background-color: #55735D;
}
.BgClassName
{
background-color: #55735D;
}
</style>
border-color css
<style>
span { border-color: #55735D; }
span { border-color: rgb(85,115,93); }
td.TdClassName
{
border-color: #55735D;
}
.TagClassName
{
border-color: #55735D;
}
</style>