#428A5D

Color #428A5D Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #428A5D

Tints of Amazon #428A5D

Color information

#428A5D (or 0x428A5D) is unknown color: approx Amazon. HEX triplet: 42, 8A and 5D. RGB value is (66,138,93). Sum of RGB (Red+Green+Blue) = 66+138+93=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #428A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A5D is #BD75A2. Grayscale: #6F6F6F. Windows color (decimal): -12416419 or 6130242. OLE color: 6130242.

HSL color Cylindrical-coordinate representation of color #428A5D: hue angle of 142.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A5D is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB6613893-
CMYK0.5200.330.46
HSL142.5º35.29%40%-
HSV(B)142.5º52.17%54.12%-
XYZ13.3120.1313.54-
YUV111.34117.6595.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=22.22%
G=46.46%
B=31.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138930.5200.330.46142.535.2940
Hex428A5D340212E8e2328
Octal10221213564041562164350
Binary1000010100010101011101110100010000110111010001110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428A5D; }

 p { color: rgb(66,138,93); }

 H1.HeaderClassName
 {
   color: #428A5D;
 }
 .AnyTagClassName
 {
   color: #428A5D;
 }
</style>
background-color css

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

 a { background-color: rgb(66,138,93); }

 div.DivClassName
 {
   background-color: #428A5D;
 }
 .BgClassName
 {
   background-color: #428A5D;
 }
</style>
border-color css

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

 span { border-color: rgb(66,138,93); }

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