Shades of Amazon #357F5D
Tints of Amazon #357F5D
RGB
CMYK
RGB Variations
Color information
#357F5D (or 0x357F5D) is known color: Amazon. HEX triplet: 35, 7F and 5D. RGB value is (53,127,93). Sum of RGB (Red+Green+Blue) = 53+127+93=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #357F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F5D is #CA80A2. Grayscale: #656565. Windows color (decimal): -13271203 or 6127413. OLE color: 6127413.
HSL color Cylindrical-coordinate representation of color #357F5D: hue angle of 152.43º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F5D is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 93 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.50 |
| HSL | 152.43º | 0.41% | 0.35% | - |
| HSV(B) | 152.43º | 0.58% | 0.5% | - |
| XYZ | 11.03 | 16.73 | 13 | - |
| YUV | 101 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 93 | 0.58 | 0 | 0.27 | 0.50 | 152.43 | 0.41 | 0.35 |
| Hex | 35 | 7F | 5D | 3A | 0 | 1B | 32 | 98 | 29 | 23 |
| Octal | 65 | 177 | 135 | 72 | 0 | 33 | 62 | 230 | 51 | 43 |
| Binary | 110101 | 1111111 | 1011101 | 111010 | 0 | 11011 | 110010 | 10011000 | 101001 | 100011 |
Color Harmonies of #357F5D
Complementary color
Monochromatic Colors of #357F5D
Black with #357F5D
Text Example
Text Example
White with #357F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F5D; }
p { color: rgb(53,127,93); }
H1.HeaderClassName
{
color: #357F5D;
}
.AnyTagClassName
{
color: #357F5D;
}
</style>
background-color css
<style>
a { background-color: #357F5D; }
a { background-color: rgb(53,127,93); }
div.DivClassName
{
background-color: #357F5D;
}
.BgClassName
{
background-color: #357F5D;
}
</style>
border-color css
<style>
span { border-color: #357F5D; }
span { border-color: rgb(53,127,93); }
td.TdClassName
{
border-color: #357F5D;
}
.TagClassName
{
border-color: #357F5D;
}
</style>