Shades of Como #557C5D
Tints of Como #557C5D
RGB
CMYK
RGB Variations
Color information
#557C5D (or 0x557C5D) is known color: Como. HEX triplet: 55, 7C and 5D. RGB value is (85,124,93). Sum of RGB (Red+Green+Blue) = 85+124+93=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #557C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C5D is #AA83A2. Grayscale: #6C6C6C. Windows color (decimal): -11174819 or 6126677. OLE color: 6126677.
HSL color Cylindrical-coordinate representation of color #557C5D: hue angle of 132.31º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C5D is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 93 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.51 |
| HSL | 132.31º | 0.19% | 0.41% | - |
| HSV(B) | 132.31º | 0.31% | 0.49% | - |
| XYZ | 12.93 | 17.14 | 12.98 | - |
| YUV | 108.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 93 | 0.31 | 0 | 0.25 | 0.51 | 132.31 | 0.19 | 0.41 |
| Hex | 55 | 7C | 5D | 1F | 0 | 19 | 33 | 84 | 13 | 29 |
| Octal | 125 | 174 | 135 | 37 | 0 | 31 | 63 | 204 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1011101 | 11111 | 0 | 11001 | 110011 | 10000100 | 10011 | 101001 |
Color Harmonies of #557C5D
Complementary color
Monochromatic Colors of #557C5D
Black with #557C5D
Text Example
Text Example
White with #557C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C5D; }
p { color: rgb(85,124,93); }
H1.HeaderClassName
{
color: #557C5D;
}
.AnyTagClassName
{
color: #557C5D;
}
</style>
background-color css
<style>
a { background-color: #557C5D; }
a { background-color: rgb(85,124,93); }
div.DivClassName
{
background-color: #557C5D;
}
.BgClassName
{
background-color: #557C5D;
}
</style>
border-color css
<style>
span { border-color: #557C5D; }
span { border-color: rgb(85,124,93); }
td.TdClassName
{
border-color: #557C5D;
}
.TagClassName
{
border-color: #557C5D;
}
</style>