Shades of Como #55815E
Tints of Como #55815E
RGB
CMYK
RGB Variations
Color information
#55815E (or 0x55815E) is known color: Como. HEX triplet: 55, 81 and 5E. RGB value is (85,129,94). Sum of RGB (Red+Green+Blue) = 85+129+94=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #55815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815E is #AA7EA1. Grayscale: #6F6F6F. Windows color (decimal): -11173538 or 6193493. OLE color: 6193493.
HSL color Cylindrical-coordinate representation of color #55815E: hue angle of 132.27º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55815E is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 94 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.49 |
| HSL | 132.27º | 0.21% | 0.42% | - |
| HSV(B) | 132.27º | 0.34% | 0.51% | - |
| XYZ | 13.62 | 18.44 | 13.43 | - |
| YUV | 111.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 94 | 0.34 | 0 | 0.27 | 0.49 | 132.27 | 0.21 | 0.42 |
| Hex | 55 | 81 | 5E | 22 | 0 | 1B | 31 | 84 | 15 | 2A |
| Octal | 125 | 201 | 136 | 42 | 0 | 33 | 61 | 204 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1011110 | 100010 | 0 | 11011 | 110001 | 10000100 | 10101 | 101010 |
Color Harmonies of #55815E
Complementary color
Monochromatic Colors of #55815E
Black with #55815E
Text Example
Text Example
White with #55815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55815E; }
p { color: rgb(85,129,94); }
H1.HeaderClassName
{
color: #55815E;
}
.AnyTagClassName
{
color: #55815E;
}
</style>
background-color css
<style>
a { background-color: #55815E; }
a { background-color: rgb(85,129,94); }
div.DivClassName
{
background-color: #55815E;
}
.BgClassName
{
background-color: #55815E;
}
</style>
border-color css
<style>
span { border-color: #55815E; }
span { border-color: rgb(85,129,94); }
td.TdClassName
{
border-color: #55815E;
}
.TagClassName
{
border-color: #55815E;
}
</style>