Shades of Como #55815D
Tints of Como #55815D
RGB
CMYK
RGB Variations
Color information
#55815D (or 0x55815D) is known color: Como. HEX triplet: 55, 81 and 5D. RGB value is (85,129,93). Sum of RGB (Red+Green+Blue) = 85+129+93=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #55815D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815D is #AA7EA2. Grayscale: #6F6F6F. Windows color (decimal): -11173539 or 6127957. OLE color: 6127957.
HSL color Cylindrical-coordinate representation of color #55815D: hue angle of 130.91º 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 #55815D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 93 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.49 |
| HSL | 130.91º | 0.21% | 0.42% | - |
| HSV(B) | 130.91º | 0.34% | 0.51% | - |
| XYZ | 13.57 | 18.42 | 13.2 | - |
| YUV | 111.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 93 | 0.34 | 0 | 0.28 | 0.49 | 130.91 | 0.21 | 0.42 |
| Hex | 55 | 81 | 5D | 22 | 0 | 1C | 31 | 83 | 15 | 2A |
| Octal | 125 | 201 | 135 | 42 | 0 | 34 | 61 | 203 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1011101 | 100010 | 0 | 11100 | 110001 | 10000011 | 10101 | 101010 |
Color Harmonies of #55815D
Complementary color
Monochromatic Colors of #55815D
Black with #55815D
Text Example
Text Example
White with #55815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55815D; }
p { color: rgb(85,129,93); }
H1.HeaderClassName
{
color: #55815D;
}
.AnyTagClassName
{
color: #55815D;
}
</style>
background-color css
<style>
a { background-color: #55815D; }
a { background-color: rgb(85,129,93); }
div.DivClassName
{
background-color: #55815D;
}
.BgClassName
{
background-color: #55815D;
}
</style>
border-color css
<style>
span { border-color: #55815D; }
span { border-color: rgb(85,129,93); }
td.TdClassName
{
border-color: #55815D;
}
.TagClassName
{
border-color: #55815D;
}
</style>