Shades of Como #55825D
Tints of Como #55825D
RGB
CMYK
RGB Variations
Color information
#55825D (or 0x55825D) is known color: Como. HEX triplet: 55, 82 and 5D. RGB value is (85,130,93). Sum of RGB (Red+Green+Blue) = 85+130+93=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #55825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55825D is #AA7DA2. Grayscale: #707070. Windows color (decimal): -11173283 or 6128213. OLE color: 6128213.
HSL color Cylindrical-coordinate representation of color #55825D: hue angle of 130.67º 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 #55825D is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 93 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.49 |
| HSL | 130.67º | 0.21% | 0.42% | - |
| HSV(B) | 130.67º | 0.35% | 0.51% | - |
| XYZ | 13.7 | 18.69 | 13.24 | - |
| YUV | 112.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 93 | 0.35 | 0 | 0.28 | 0.49 | 130.67 | 0.21 | 0.42 |
| Hex | 55 | 82 | 5D | 23 | 0 | 1C | 31 | 83 | 15 | 2A |
| Octal | 125 | 202 | 135 | 43 | 0 | 34 | 61 | 203 | 25 | 52 |
| Binary | 1010101 | 10000010 | 1011101 | 100011 | 0 | 11100 | 110001 | 10000011 | 10101 | 101010 |
Color Harmonies of #55825D
Complementary color
Monochromatic Colors of #55825D
Black with #55825D
Text Example
Text Example
White with #55825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55825D; }
p { color: rgb(85,130,93); }
H1.HeaderClassName
{
color: #55825D;
}
.AnyTagClassName
{
color: #55825D;
}
</style>
background-color css
<style>
a { background-color: #55825D; }
a { background-color: rgb(85,130,93); }
div.DivClassName
{
background-color: #55825D;
}
.BgClassName
{
background-color: #55825D;
}
</style>
border-color css
<style>
span { border-color: #55825D; }
span { border-color: rgb(85,130,93); }
td.TdClassName
{
border-color: #55825D;
}
.TagClassName
{
border-color: #55825D;
}
</style>