Shades of Como #55775C
Tints of Como #55775C
RGB
CMYK
RGB Variations
Color information
#55775C (or 0x55775C) is known color: Como. HEX triplet: 55, 77 and 5C. RGB value is (85,119,92). Sum of RGB (Red+Green+Blue) = 85+119+92=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #55775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55775C is #AA88A3. Grayscale: #696969. Windows color (decimal): -11176100 or 6059861. OLE color: 6059861.
HSL color Cylindrical-coordinate representation of color #55775C: hue angle of 132.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55775C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 119 | 92 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.53 |
| HSL | 132.35º | 0.17% | 0.4% | - |
| HSV(B) | 132.35º | 0.29% | 0.47% | - |
| XYZ | 12.27 | 15.9 | 12.55 | - |
| YUV | 105.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 92 | 0.29 | 0 | 0.23 | 0.53 | 132.35 | 0.17 | 0.4 |
| Hex | 55 | 77 | 5C | 1D | 0 | 17 | 35 | 84 | 11 | 28 |
| Octal | 125 | 167 | 134 | 35 | 0 | 27 | 65 | 204 | 21 | 50 |
| Binary | 1010101 | 1110111 | 1011100 | 11101 | 0 | 10111 | 110101 | 10000100 | 10001 | 101000 |
Color Harmonies of #55775C
Complementary color
Monochromatic Colors of #55775C
Black with #55775C
Text Example
Text Example
White with #55775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55775C; }
p { color: rgb(85,119,92); }
H1.HeaderClassName
{
color: #55775C;
}
.AnyTagClassName
{
color: #55775C;
}
</style>
background-color css
<style>
a { background-color: #55775C; }
a { background-color: rgb(85,119,92); }
div.DivClassName
{
background-color: #55775C;
}
.BgClassName
{
background-color: #55775C;
}
</style>
border-color css
<style>
span { border-color: #55775C; }
span { border-color: rgb(85,119,92); }
td.TdClassName
{
border-color: #55775C;
}
.TagClassName
{
border-color: #55775C;
}
</style>