#5023A4

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

Shades of Daisy Bush #5023A4

Tints of Daisy Bush #5023A4

Color information

#5023A4 (or 0x5023A4) is unknown color: approx Daisy Bush. HEX triplet: 50, 23 and A4. RGB value is (80,35,164). Sum of RGB (Red+Green+Blue) = 80+35+164=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #5023A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5023A4 is #AFDC5B. Grayscale: #3E3E3E. Windows color (decimal): -11525212 or 10756944. OLE color: 10756944.

HSL color Cylindrical-coordinate representation of color #5023A4: hue angle of 260.93º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5023A4 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8035164-
CMYK0.510.7900.36
HSL260.93º64.82%39.02%-
HSV(B)260.93º78.66%64.31%-
XYZ10.615.5935.64-
YUV63.16184.91140.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 164 (64.45% from 255) = 58.78%
R=28.67%
G=12.54%
B=58.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80351640.510.7900.36260.9364.8239.02
Hex5023A4334F0241054127
Octal120432446311704440510147
Binary101000010001110100100110011100111101001001000001011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5023A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5023A4; }

 p { color: rgb(80,35,164); }

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

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

 a { background-color: rgb(80,35,164); }

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

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

 span { border-color: rgb(80,35,164); }

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