#5E2896

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

Shades of Daisy Bush #5E2896

Tints of Daisy Bush #5E2896

Color information

#5E2896 (or 0x5E2896) is unknown color: approx Daisy Bush. HEX triplet: 5E, 28 and 96. RGB value is (94,40,150). Sum of RGB (Red+Green+Blue) = 94+40+150=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E2896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2896 is #A1D769. Grayscale: #444444. Windows color (decimal): -10606442 or 9840734. OLE color: 9840734.

HSL color Cylindrical-coordinate representation of color #5E2896: hue angle of 269.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2896 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9440150-
CMYK0.370.7300.41
HSL269.45º57.89%37.25%-
HSV(B)269.45º73.33%58.82%-
XYZ10.886.129.46-
YUV68.69173.89146.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.10%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=33.10%
G=14.08%
B=52.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94401500.370.7300.41269.4557.8937.25
Hex5E2896254902910d3a25
Octal13650226451110514157245
Binary10111101010001001011010010110010010101001100001101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,40,150); }

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

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

 a { background-color: rgb(94,40,150); }

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

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

 span { border-color: rgb(94,40,150); }

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