Html Css Color HEX #357558 Amazon

📋 copy color: '#357558'

red 53 ◦ green 117 ◦ blue 88

#357558
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #357558

Tints of Amazon #357558

RGB

 RED value IS 53 (21.09% from 255) = 20.54%

 GREEN value IS 117 (46.09% from 255) = 45.35%

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 20.54%
G = 45.35%
B = 34.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#357558 (or 0x357558) is known color: Amazon. HEX triplet: 35, 75 and 58. RGB value is (53,117,88). Sum of RGB (Red+Green+Blue) = 53+117+88=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #357558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357558 is #CA8AA7. Grayscale: #5E5E5E. Windows color (decimal): -13273768 or 5797173. OLE color: 5797173.

HSL color Cylindrical-coordinate representation of color #357558: hue angle of 152.81º 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 #357558 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 88 -
CMYK 0.55 0 0.25 0.54
HSL 152.81º 0.38% 0.33% -
HSV(B) 152.81º 0.55% 0.46% -
XYZ 9.59 14.18 11.46 -
YUV 94.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 53 117 88 0.55 0 0.25 0.54 152.81 0.38 0.33
Hex 35 75 58 37 0 19 36 99 26 21
Octal 65 165 130 67 0 31 66 231 46 41
Binary 110101 1110101 1011000 110111 0 11001 110110 10011001 100110 100001

Color Harmonies of #357558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357558

Black with #357558

Text Example


Text Example

White with #357558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357558; }

 p { color: rgb(53,117,88); }

 H1.HeaderClassName
 {
   color: #357558;
 }
 .AnyTagClassName
 {
   color: #357558;
 }
</style>

background-color css

<style>
 a { background-color: #357558; }

 a { background-color: rgb(53,117,88); }

 div.DivClassName
 {
   background-color: #357558;
 }
 .BgClassName
 {
   background-color: #357558;
 }
</style>

border-color css

<style>
 span { border-color: #357558; }

 span { border-color: rgb(53,117,88); }

 td.TdClassName
 {
   border-color: #357558;
 }
 .TagClassName
 {
   border-color: #357558;
 }
</style>