Shades of Amazon #357C5B
Tints of Amazon #357C5B
RGB
CMYK
RGB Variations
Color information
#357C5B (or 0x357C5B) is known color: Amazon. HEX triplet: 35, 7C and 5B. RGB value is (53,124,91). Sum of RGB (Red+Green+Blue) = 53+124+91=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #357C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C5B is #CA83A4. Grayscale: #636363. Windows color (decimal): -13271973 or 5995573. OLE color: 5995573.
HSL color Cylindrical-coordinate representation of color #357C5B: hue angle of 152.11º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C5B is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 91 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.51 |
| HSL | 152.11º | 0.4% | 0.35% | - |
| HSV(B) | 152.11º | 0.57% | 0.49% | - |
| XYZ | 10.56 | 15.93 | 12.42 | - |
| YUV | 99.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 91 | 0.57 | 0 | 0.27 | 0.51 | 152.11 | 0.4 | 0.35 |
| Hex | 35 | 7C | 5B | 39 | 0 | 1B | 33 | 98 | 28 | 23 |
| Octal | 65 | 174 | 133 | 71 | 0 | 33 | 63 | 230 | 50 | 43 |
| Binary | 110101 | 1111100 | 1011011 | 111001 | 0 | 11011 | 110011 | 10011000 | 101000 | 100011 |
Color Harmonies of #357C5B
Complementary color
Monochromatic Colors of #357C5B
Black with #357C5B
Text Example
Text Example
White with #357C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C5B; }
p { color: rgb(53,124,91); }
H1.HeaderClassName
{
color: #357C5B;
}
.AnyTagClassName
{
color: #357C5B;
}
</style>
background-color css
<style>
a { background-color: #357C5B; }
a { background-color: rgb(53,124,91); }
div.DivClassName
{
background-color: #357C5B;
}
.BgClassName
{
background-color: #357C5B;
}
</style>
border-color css
<style>
span { border-color: #357C5B; }
span { border-color: rgb(53,124,91); }
td.TdClassName
{
border-color: #357C5B;
}
.TagClassName
{
border-color: #357C5B;
}
</style>