Shades of Como #55765C
Tints of Como #55765C
RGB
CMYK
RGB Variations
Color information
#55765C (or 0x55765C) is known color: Como. HEX triplet: 55, 76 and 5C. RGB value is (85,118,92). Sum of RGB (Red+Green+Blue) = 85+118+92=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #55765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55765C is #AA89A3. Grayscale: #696969. Windows color (decimal): -11176356 or 6059605. OLE color: 6059605.
HSL color Cylindrical-coordinate representation of color #55765C: hue angle of 132.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55765C is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 92 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.54 |
| HSL | 132.73º | 0.16% | 0.4% | - |
| HSV(B) | 132.73º | 0.28% | 0.46% | - |
| XYZ | 12.16 | 15.66 | 12.51 | - |
| YUV | 105.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 92 | 0.28 | 0 | 0.22 | 0.54 | 132.73 | 0.16 | 0.4 |
| Hex | 55 | 76 | 5C | 1C | 0 | 16 | 36 | 85 | 10 | 28 |
| Octal | 125 | 166 | 134 | 34 | 0 | 26 | 66 | 205 | 20 | 50 |
| Binary | 1010101 | 1110110 | 1011100 | 11100 | 0 | 10110 | 110110 | 10000101 | 10000 | 101000 |
Color Harmonies of #55765C
Complementary color
Monochromatic Colors of #55765C
Black with #55765C
Text Example
Text Example
White with #55765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55765C; }
p { color: rgb(85,118,92); }
H1.HeaderClassName
{
color: #55765C;
}
.AnyTagClassName
{
color: #55765C;
}
</style>
background-color css
<style>
a { background-color: #55765C; }
a { background-color: rgb(85,118,92); }
div.DivClassName
{
background-color: #55765C;
}
.BgClassName
{
background-color: #55765C;
}
</style>
border-color css
<style>
span { border-color: #55765C; }
span { border-color: rgb(85,118,92); }
td.TdClassName
{
border-color: #55765C;
}
.TagClassName
{
border-color: #55765C;
}
</style>