Shades of Como #557E5C
Tints of Como #557E5C
RGB
CMYK
RGB Variations
Color information
#557E5C (or 0x557E5C) is known color: Como. HEX triplet: 55, 7E and 5C. RGB value is (85,126,92). Sum of RGB (Red+Green+Blue) = 85+126+92=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #557E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E5C is #AA81A3. Grayscale: #6D6D6D. Windows color (decimal): -11174308 or 6061653. OLE color: 6061653.
HSL color Cylindrical-coordinate representation of color #557E5C: hue angle of 130.24º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557E5C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 92 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.51 |
| HSL | 130.24º | 0.19% | 0.41% | - |
| HSV(B) | 130.24º | 0.33% | 0.49% | - |
| XYZ | 13.14 | 17.63 | 12.83 | - |
| YUV | 109.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 92 | 0.33 | 0 | 0.27 | 0.51 | 130.24 | 0.19 | 0.41 |
| Hex | 55 | 7E | 5C | 21 | 0 | 1B | 33 | 82 | 13 | 29 |
| Octal | 125 | 176 | 134 | 41 | 0 | 33 | 63 | 202 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1011100 | 100001 | 0 | 11011 | 110011 | 10000010 | 10011 | 101001 |
Color Harmonies of #557E5C
Complementary color
Monochromatic Colors of #557E5C
Black with #557E5C
Text Example
Text Example
White with #557E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E5C; }
p { color: rgb(85,126,92); }
H1.HeaderClassName
{
color: #557E5C;
}
.AnyTagClassName
{
color: #557E5C;
}
</style>
background-color css
<style>
a { background-color: #557E5C; }
a { background-color: rgb(85,126,92); }
div.DivClassName
{
background-color: #557E5C;
}
.BgClassName
{
background-color: #557E5C;
}
</style>
border-color css
<style>
span { border-color: #557E5C; }
span { border-color: rgb(85,126,92); }
td.TdClassName
{
border-color: #557E5C;
}
.TagClassName
{
border-color: #557E5C;
}
</style>