Shades of Como #55735C
Tints of Como #55735C
RGB
CMYK
RGB Variations
Color information
#55735C (or 0x55735C) is known color: Como. HEX triplet: 55, 73 and 5C. RGB value is (85,115,92). Sum of RGB (Red+Green+Blue) = 85+115+92=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #55735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55735C is #AA8CA3. Grayscale: #676767. Windows color (decimal): -11177124 or 6058837. OLE color: 6058837.
HSL color Cylindrical-coordinate representation of color #55735C: hue angle of 134º 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 #55735C is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 92 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.55 |
| HSL | 134º | 0.15% | 0.39% | - |
| HSV(B) | 134º | 0.26% | 0.45% | - |
| XYZ | 11.81 | 14.97 | 12.39 | - |
| YUV | 103.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 92 | 0.26 | 0 | 0.20 | 0.55 | 134 | 0.15 | 0.39 |
| Hex | 55 | 73 | 5C | 1A | 0 | 14 | 37 | 86 | F | 27 |
| Octal | 125 | 163 | 134 | 32 | 0 | 24 | 67 | 206 | 17 | 47 |
| Binary | 1010101 | 1110011 | 1011100 | 11010 | 0 | 10100 | 110111 | 10000110 | 1111 | 100111 |
Color Harmonies of #55735C
Complementary color
Monochromatic Colors of #55735C
Black with #55735C
Text Example
Text Example
White with #55735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55735C; }
p { color: rgb(85,115,92); }
H1.HeaderClassName
{
color: #55735C;
}
.AnyTagClassName
{
color: #55735C;
}
</style>
background-color css
<style>
a { background-color: #55735C; }
a { background-color: rgb(85,115,92); }
div.DivClassName
{
background-color: #55735C;
}
.BgClassName
{
background-color: #55735C;
}
</style>
border-color css
<style>
span { border-color: #55735C; }
span { border-color: rgb(85,115,92); }
td.TdClassName
{
border-color: #55735C;
}
.TagClassName
{
border-color: #55735C;
}
</style>