Shades of Amazon #357557
Tints of Amazon #357557
RGB
CMYK
RGB Variations
Color information
#357557 (or 0x357557) is known color: Amazon. HEX triplet: 35, 75 and 57. RGB value is (53,117,87). Sum of RGB (Red+Green+Blue) = 53+117+87=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #357557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357557 is #CA8AA8. Grayscale: #5E5E5E. Windows color (decimal): -13273769 or 5731637. OLE color: 5731637.
HSL color Cylindrical-coordinate representation of color #357557: hue angle of 151.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357557 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 87 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.54 |
| HSL | 151.88º | 0.38% | 0.33% | - |
| HSV(B) | 151.88º | 0.55% | 0.46% | - |
| XYZ | 9.55 | 14.17 | 11.25 | - |
| YUV | 94.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 87 | 0.55 | 0 | 0.26 | 0.54 | 151.88 | 0.38 | 0.33 |
| Hex | 35 | 75 | 57 | 37 | 0 | 1A | 36 | 98 | 26 | 21 |
| Octal | 65 | 165 | 127 | 67 | 0 | 32 | 66 | 230 | 46 | 41 |
| Binary | 110101 | 1110101 | 1010111 | 110111 | 0 | 11010 | 110110 | 10011000 | 100110 | 100001 |
Color Harmonies of #357557
Complementary color
Monochromatic Colors of #357557
Black with #357557
Text Example
Text Example
White with #357557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357557; }
p { color: rgb(53,117,87); }
H1.HeaderClassName
{
color: #357557;
}
.AnyTagClassName
{
color: #357557;
}
</style>
background-color css
<style>
a { background-color: #357557; }
a { background-color: rgb(53,117,87); }
div.DivClassName
{
background-color: #357557;
}
.BgClassName
{
background-color: #357557;
}
</style>
border-color css
<style>
span { border-color: #357557; }
span { border-color: rgb(53,117,87); }
td.TdClassName
{
border-color: #357557;
}
.TagClassName
{
border-color: #357557;
}
</style>