Shades of Como #55825E
Tints of Como #55825E
RGB
CMYK
RGB Variations
Color information
#55825E (or 0x55825E) is known color: Como. HEX triplet: 55, 82 and 5E. RGB value is (85,130,94). Sum of RGB (Red+Green+Blue) = 85+130+94=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #55825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55825E is #AA7DA1. Grayscale: #707070. Windows color (decimal): -11173282 or 6193749. OLE color: 6193749.
HSL color Cylindrical-coordinate representation of color #55825E: hue angle of 132º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55825E is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 94 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.49 |
| HSL | 132º | 0.21% | 0.42% | - |
| HSV(B) | 132º | 0.35% | 0.51% | - |
| XYZ | 13.75 | 18.7 | 13.48 | - |
| YUV | 112.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 94 | 0.35 | 0 | 0.28 | 0.49 | 132 | 0.21 | 0.42 |
| Hex | 55 | 82 | 5E | 23 | 0 | 1C | 31 | 84 | 15 | 2A |
| Octal | 125 | 202 | 136 | 43 | 0 | 34 | 61 | 204 | 25 | 52 |
| Binary | 1010101 | 10000010 | 1011110 | 100011 | 0 | 11100 | 110001 | 10000100 | 10101 | 101010 |
Color Harmonies of #55825E
Complementary color
Monochromatic Colors of #55825E
Black with #55825E
Text Example
Text Example
White with #55825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55825E; }
p { color: rgb(85,130,94); }
H1.HeaderClassName
{
color: #55825E;
}
.AnyTagClassName
{
color: #55825E;
}
</style>
background-color css
<style>
a { background-color: #55825E; }
a { background-color: rgb(85,130,94); }
div.DivClassName
{
background-color: #55825E;
}
.BgClassName
{
background-color: #55825E;
}
</style>
border-color css
<style>
span { border-color: #55825E; }
span { border-color: rgb(85,130,94); }
td.TdClassName
{
border-color: #55825E;
}
.TagClassName
{
border-color: #55825E;
}
</style>