Shades of Como #557C67
Tints of Como #557C67
RGB
CMYK
RGB Variations
Color information
#557C67 (or 0x557C67) is known color: Como. HEX triplet: 55, 7C and 67. RGB value is (85,124,103). Sum of RGB (Red+Green+Blue) = 85+124+103=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #557C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C67 is #AA8398. Grayscale: #6D6D6D. Windows color (decimal): -11174809 or 6782037. OLE color: 6782037.
HSL color Cylindrical-coordinate representation of color #557C67: hue angle of 147.69º 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 #557C67 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 103 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.51 |
| HSL | 147.69º | 0.19% | 0.41% | - |
| HSV(B) | 147.69º | 0.31% | 0.49% | - |
| XYZ | 13.4 | 17.33 | 15.47 | - |
| YUV | 109.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 103 | 0.31 | 0 | 0.17 | 0.51 | 147.69 | 0.19 | 0.41 |
| Hex | 55 | 7C | 67 | 1F | 0 | 11 | 33 | 94 | 13 | 29 |
| Octal | 125 | 174 | 147 | 37 | 0 | 21 | 63 | 224 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1100111 | 11111 | 0 | 10001 | 110011 | 10010100 | 10011 | 101001 |
Color Harmonies of #557C67
Complementary color
Monochromatic Colors of #557C67
Black with #557C67
Text Example
Text Example
White with #557C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C67; }
p { color: rgb(85,124,103); }
H1.HeaderClassName
{
color: #557C67;
}
.AnyTagClassName
{
color: #557C67;
}
</style>
background-color css
<style>
a { background-color: #557C67; }
a { background-color: rgb(85,124,103); }
div.DivClassName
{
background-color: #557C67;
}
.BgClassName
{
background-color: #557C67;
}
</style>
border-color css
<style>
span { border-color: #557C67; }
span { border-color: rgb(85,124,103); }
td.TdClassName
{
border-color: #557C67;
}
.TagClassName
{
border-color: #557C67;
}
</style>