Shades of Como #55765F
Tints of Como #55765F
RGB
CMYK
RGB Variations
Color information
#55765F (or 0x55765F) is known color: Como. HEX triplet: 55, 76 and 5F. RGB value is (85,118,95). Sum of RGB (Red+Green+Blue) = 85+118+95=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #55765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55765F is #AA89A0. Grayscale: #696969. Windows color (decimal): -11176353 or 6256213. OLE color: 6256213.
HSL color Cylindrical-coordinate representation of color #55765F: hue angle of 138.18º 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 #55765F is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 95 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.54 |
| HSL | 138.18º | 0.16% | 0.4% | - |
| HSV(B) | 138.18º | 0.28% | 0.46% | - |
| XYZ | 12.29 | 15.71 | 13.21 | - |
| YUV | 105.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 95 | 0.28 | 0 | 0.19 | 0.54 | 138.18 | 0.16 | 0.4 |
| Hex | 55 | 76 | 5F | 1C | 0 | 13 | 36 | 8A | 10 | 28 |
| Octal | 125 | 166 | 137 | 34 | 0 | 23 | 66 | 212 | 20 | 50 |
| Binary | 1010101 | 1110110 | 1011111 | 11100 | 0 | 10011 | 110110 | 10001010 | 10000 | 101000 |
Color Harmonies of #55765F
Complementary color
Monochromatic Colors of #55765F
Black with #55765F
Text Example
Text Example
White with #55765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55765F; }
p { color: rgb(85,118,95); }
H1.HeaderClassName
{
color: #55765F;
}
.AnyTagClassName
{
color: #55765F;
}
</style>
background-color css
<style>
a { background-color: #55765F; }
a { background-color: rgb(85,118,95); }
div.DivClassName
{
background-color: #55765F;
}
.BgClassName
{
background-color: #55765F;
}
</style>
border-color css
<style>
span { border-color: #55765F; }
span { border-color: rgb(85,118,95); }
td.TdClassName
{
border-color: #55765F;
}
.TagClassName
{
border-color: #55765F;
}
</style>