Shades of Como #557C5C
Tints of Como #557C5C
RGB
CMYK
RGB Variations
Color information
#557C5C (or 0x557C5C) is known color: Como. HEX triplet: 55, 7C and 5C. RGB value is (85,124,92). Sum of RGB (Red+Green+Blue) = 85+124+92=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #557C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C5C is #AA83A3. Grayscale: #6C6C6C. Windows color (decimal): -11174820 or 6061141. OLE color: 6061141.
HSL color Cylindrical-coordinate representation of color #557C5C: hue angle of 130.77º 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 #557C5C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 92 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.51 |
| HSL | 130.77º | 0.19% | 0.41% | - |
| HSV(B) | 130.77º | 0.31% | 0.49% | - |
| XYZ | 12.89 | 17.12 | 12.75 | - |
| YUV | 108.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 92 | 0.31 | 0 | 0.26 | 0.51 | 130.77 | 0.19 | 0.41 |
| Hex | 55 | 7C | 5C | 1F | 0 | 1A | 33 | 83 | 13 | 29 |
| Octal | 125 | 174 | 134 | 37 | 0 | 32 | 63 | 203 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1011100 | 11111 | 0 | 11010 | 110011 | 10000011 | 10011 | 101001 |
Color Harmonies of #557C5C
Complementary color
Monochromatic Colors of #557C5C
Black with #557C5C
Text Example
Text Example
White with #557C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C5C; }
p { color: rgb(85,124,92); }
H1.HeaderClassName
{
color: #557C5C;
}
.AnyTagClassName
{
color: #557C5C;
}
</style>
background-color css
<style>
a { background-color: #557C5C; }
a { background-color: rgb(85,124,92); }
div.DivClassName
{
background-color: #557C5C;
}
.BgClassName
{
background-color: #557C5C;
}
</style>
border-color css
<style>
span { border-color: #557C5C; }
span { border-color: rgb(85,124,92); }
td.TdClassName
{
border-color: #557C5C;
}
.TagClassName
{
border-color: #557C5C;
}
</style>