Shades of Amazon #357658
Tints of Amazon #357658
RGB
CMYK
RGB Variations
Color information
#357658 (or 0x357658) is known color: Amazon. HEX triplet: 35, 76 and 58. RGB value is (53,118,88). Sum of RGB (Red+Green+Blue) = 53+118+88=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #357658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357658 is #CA89A7. Grayscale: #5F5F5F. Windows color (decimal): -13273512 or 5797429. OLE color: 5797429.
HSL color Cylindrical-coordinate representation of color #357658: hue angle of 152.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357658 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 118 | 88 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.54 |
| HSL | 152.31º | 0.38% | 0.34% | - |
| HSV(B) | 152.31º | 0.55% | 0.46% | - |
| XYZ | 9.71 | 14.42 | 11.5 | - |
| YUV | 95.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 88 | 0.55 | 0 | 0.25 | 0.54 | 152.31 | 0.38 | 0.34 |
| Hex | 35 | 76 | 58 | 37 | 0 | 19 | 36 | 98 | 26 | 22 |
| Octal | 65 | 166 | 130 | 67 | 0 | 31 | 66 | 230 | 46 | 42 |
| Binary | 110101 | 1110110 | 1011000 | 110111 | 0 | 11001 | 110110 | 10011000 | 100110 | 100010 |
Color Harmonies of #357658
Complementary color
Monochromatic Colors of #357658
Black with #357658
Text Example
Text Example
White with #357658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357658; }
p { color: rgb(53,118,88); }
H1.HeaderClassName
{
color: #357658;
}
.AnyTagClassName
{
color: #357658;
}
</style>
background-color css
<style>
a { background-color: #357658; }
a { background-color: rgb(53,118,88); }
div.DivClassName
{
background-color: #357658;
}
.BgClassName
{
background-color: #357658;
}
</style>
border-color css
<style>
span { border-color: #357658; }
span { border-color: rgb(53,118,88); }
td.TdClassName
{
border-color: #357658;
}
.TagClassName
{
border-color: #357658;
}
</style>