Shades of Como #557E67
Tints of Como #557E67
RGB
CMYK
RGB Variations
Color information
#557E67 (or 0x557E67) is known color: Como. HEX triplet: 55, 7E and 67. RGB value is (85,126,103). Sum of RGB (Red+Green+Blue) = 85+126+103=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #557E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E67 is #AA8198. Grayscale: #6F6F6F. Windows color (decimal): -11174297 or 6782549. OLE color: 6782549.
HSL color Cylindrical-coordinate representation of color #557E67: hue angle of 146.34º 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 #557E67 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 103 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.51 |
| HSL | 146.34º | 0.19% | 0.41% | - |
| HSV(B) | 146.34º | 0.33% | 0.49% | - |
| XYZ | 13.66 | 17.83 | 15.55 | - |
| YUV | 111.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 103 | 0.33 | 0 | 0.18 | 0.51 | 146.34 | 0.19 | 0.41 |
| Hex | 55 | 7E | 67 | 21 | 0 | 12 | 33 | 92 | 13 | 29 |
| Octal | 125 | 176 | 147 | 41 | 0 | 22 | 63 | 222 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1100111 | 100001 | 0 | 10010 | 110011 | 10010010 | 10011 | 101001 |
Color Harmonies of #557E67
Complementary color
Monochromatic Colors of #557E67
Black with #557E67
Text Example
Text Example
White with #557E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E67; }
p { color: rgb(85,126,103); }
H1.HeaderClassName
{
color: #557E67;
}
.AnyTagClassName
{
color: #557E67;
}
</style>
background-color css
<style>
a { background-color: #557E67; }
a { background-color: rgb(85,126,103); }
div.DivClassName
{
background-color: #557E67;
}
.BgClassName
{
background-color: #557E67;
}
</style>
border-color css
<style>
span { border-color: #557E67; }
span { border-color: rgb(85,126,103); }
td.TdClassName
{
border-color: #557E67;
}
.TagClassName
{
border-color: #557E67;
}
</style>