Shades of Como #557C63
Tints of Como #557C63
RGB
CMYK
RGB Variations
Color information
#557C63 (or 0x557C63) is known color: Como. HEX triplet: 55, 7C and 63. RGB value is (85,124,99). Sum of RGB (Red+Green+Blue) = 85+124+99=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #557C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C63 is #AA839C. Grayscale: #6D6D6D. Windows color (decimal): -11174813 or 6519893. OLE color: 6519893.
HSL color Cylindrical-coordinate representation of color #557C63: hue angle of 141.54º 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 #557C63 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 99 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.51 |
| HSL | 141.54º | 0.19% | 0.41% | - |
| HSV(B) | 141.54º | 0.31% | 0.49% | - |
| XYZ | 13.21 | 17.25 | 14.44 | - |
| YUV | 109.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 99 | 0.31 | 0 | 0.20 | 0.51 | 141.54 | 0.19 | 0.41 |
| Hex | 55 | 7C | 63 | 1F | 0 | 14 | 33 | 8E | 13 | 29 |
| Octal | 125 | 174 | 143 | 37 | 0 | 24 | 63 | 216 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1100011 | 11111 | 0 | 10100 | 110011 | 10001110 | 10011 | 101001 |
Color Harmonies of #557C63
Complementary color
Monochromatic Colors of #557C63
Black with #557C63
Text Example
Text Example
White with #557C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C63; }
p { color: rgb(85,124,99); }
H1.HeaderClassName
{
color: #557C63;
}
.AnyTagClassName
{
color: #557C63;
}
</style>
background-color css
<style>
a { background-color: #557C63; }
a { background-color: rgb(85,124,99); }
div.DivClassName
{
background-color: #557C63;
}
.BgClassName
{
background-color: #557C63;
}
</style>
border-color css
<style>
span { border-color: #557C63; }
span { border-color: rgb(85,124,99); }
td.TdClassName
{
border-color: #557C63;
}
.TagClassName
{
border-color: #557C63;
}
</style>