#5A329A

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

Shades of Daisy Bush #5A329A

Tints of Daisy Bush #5A329A

Color information

#5A329A (or 0x5A329A) is unknown color: approx Daisy Bush. HEX triplet: 5A, 32 and 9A. RGB value is (90,50,154). Sum of RGB (Red+Green+Blue) = 90+50+154=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A329A is #A5CD65. Grayscale: #494949. Windows color (decimal): -10866022 or 10105434. OLE color: 10105434.

HSL color Cylindrical-coordinate representation of color #5A329A: hue angle of 263.08º 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 #5A329A is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9050154-
CMYK0.420.6800.40
HSL263.08º50.98%40%-
HSV(B)263.08º67.53%60.39%-
XYZ11.196.7931.29-
YUV73.82173.25139.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 154 (60.55% from 255) = 52.38%
R=30.61%
G=17.01%
B=52.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90501540.420.6800.40263.0850.9840
Hex5A329A2A440281073328
Octal13262232521040504076350
Binary10110101100101001101010101010001000101000100000111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A329A; }

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

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

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

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

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

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

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

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