Shades of Como #557A5D
Tints of Como #557A5D
RGB
CMYK
RGB Variations
Color information
#557A5D (or 0x557A5D) is known color: Como. HEX triplet: 55, 7A and 5D. RGB value is (85,122,93). Sum of RGB (Red+Green+Blue) = 85+122+93=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #557A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A5D is #AA85A2. Grayscale: #6B6B6B. Windows color (decimal): -11175331 or 6126165. OLE color: 6126165.
HSL color Cylindrical-coordinate representation of color #557A5D: hue angle of 132.97º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A5D is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 93 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.52 |
| HSL | 132.97º | 0.18% | 0.41% | - |
| HSV(B) | 132.97º | 0.3% | 0.48% | - |
| XYZ | 12.68 | 16.64 | 12.9 | - |
| YUV | 107.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 93 | 0.30 | 0 | 0.24 | 0.52 | 132.97 | 0.18 | 0.41 |
| Hex | 55 | 7A | 5D | 1E | 0 | 18 | 34 | 85 | 12 | 29 |
| Octal | 125 | 172 | 135 | 36 | 0 | 30 | 64 | 205 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1011101 | 11110 | 0 | 11000 | 110100 | 10000101 | 10010 | 101001 |
Color Harmonies of #557A5D
Complementary color
Monochromatic Colors of #557A5D
Black with #557A5D
Text Example
Text Example
White with #557A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A5D; }
p { color: rgb(85,122,93); }
H1.HeaderClassName
{
color: #557A5D;
}
.AnyTagClassName
{
color: #557A5D;
}
</style>
background-color css
<style>
a { background-color: #557A5D; }
a { background-color: rgb(85,122,93); }
div.DivClassName
{
background-color: #557A5D;
}
.BgClassName
{
background-color: #557A5D;
}
</style>
border-color css
<style>
span { border-color: #557A5D; }
span { border-color: rgb(85,122,93); }
td.TdClassName
{
border-color: #557A5D;
}
.TagClassName
{
border-color: #557A5D;
}
</style>