#5028A2

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

Shades of Daisy Bush #5028A2

Tints of Daisy Bush #5028A2

Color information

#5028A2 (or 0x5028A2) is unknown color: approx Daisy Bush. HEX triplet: 50, 28 and A2. RGB value is (80,40,162). Sum of RGB (Red+Green+Blue) = 80+40+162=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #5028A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5028A2 is #AFD75D. Grayscale: #414141. Windows color (decimal): -11523934 or 10627152. OLE color: 10627152.

HSL color Cylindrical-coordinate representation of color #5028A2: hue angle of 259.67º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5028A2 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8040162-
CMYK0.510.7500.36
HSL259.67º60.4%39.61%-
HSV(B)259.67º75.31%63.53%-
XYZ10.595.8334.75-
YUV65.87182.25138.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 162 (63.67% from 255) = 57.45%
R=28.37%
G=14.18%
B=57.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80401620.510.7500.36259.6760.439.61
Hex5028A2334B0241043c28
Octal12050242631130444047450
Binary10100001010001010001011001110010110100100100000100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5028A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5028A2; }

 p { color: rgb(80,40,162); }

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

<style>
 a { background-color: #5028A2; }

 a { background-color: rgb(80,40,162); }

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

<style>
 span { border-color: #5028A2; }

 span { border-color: rgb(80,40,162); }

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