#57328E

Color #57328E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #57328E

Tints of Daisy Bush #57328E

Color information

#57328E (or 0x57328E) is unknown color: approx Daisy Bush. HEX triplet: 57, 32 and 8E. RGB value is (87,50,142). Sum of RGB (Red+Green+Blue) = 87+50+142=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #57328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57328E is #A8CD71. Grayscale: #474747. Windows color (decimal): -11062642 or 9318999. OLE color: 9318999.

HSL color Cylindrical-coordinate representation of color #57328E: hue angle of 264.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57328E is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8750142-
CMYK0.390.6500.44
HSL264.13º47.92%37.65%-
HSV(B)264.13º64.79%55.69%-
XYZ9.956.2626.27-
YUV71.55167.76139.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=31.18%
G=17.92%
B=50.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87501420.390.6500.44264.1347.9237.65
Hex57328E274102C1083026
Octal12762216471010544106046
Binary10101111100101000111010011110000010101100100001000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57328E; }

 p { color: rgb(87,50,142); }

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

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

 a { background-color: rgb(87,50,142); }

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

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

 span { border-color: rgb(87,50,142); }

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