#57329A

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

Shades of Daisy Bush #57329A

Tints of Daisy Bush #57329A

Color information

#57329A (or 0x57329A) is unknown color: approx Daisy Bush. HEX triplet: 57, 32 and 9A. RGB value is (87,50,154). Sum of RGB (Red+Green+Blue) = 87+50+154=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #57329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57329A is #A8CD65. Grayscale: #484848. Windows color (decimal): -11062630 or 10105431. OLE color: 10105431.

HSL color Cylindrical-coordinate representation of color #57329A: hue angle of 261.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57329A is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8750154-
CMYK0.440.6800.40
HSL261.35º50.98%40%-
HSV(B)261.35º67.53%60.39%-
XYZ10.96.6431.28-
YUV72.92173.76138.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 154 (60.55% from 255) = 52.92%
R=29.90%
G=17.18%
B=52.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87501540.440.6800.40261.3550.9840
Hex57329A2C440281053328
Octal12762232541040504056350
Binary10101111100101001101010110010001000101000100000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57329A; }

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

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

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

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

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

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

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

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