#5E359C

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

Shades of Daisy Bush #5E359C

Tints of Daisy Bush #5E359C

Color information

#5E359C (or 0x5E359C) is unknown color: approx Daisy Bush. HEX triplet: 5E, 35 and 9C. RGB value is (94,53,156). Sum of RGB (Red+Green+Blue) = 94+53+156=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E359C is #A1CA63. Grayscale: #4C4C4C. Windows color (decimal): -10603108 or 10237278. OLE color: 10237278.

HSL color Cylindrical-coordinate representation of color #5E359C: hue angle of 263.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E359C is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9453156-
CMYK0.400.6600.39
HSL263.88º49.28%40.98%-
HSV(B)263.88º66.03%61.18%-
XYZ11.897.3332.24-
YUV77172.58140.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.02%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 156 (61.33% from 255) = 51.49%
R=31.02%
G=17.49%
B=51.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94531560.400.6600.39263.8849.2840.98
Hex5E359C28420271083129
Octal13665234501020474106151
Binary10111101101011001110010100010000100100111100001000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,53,156); }

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

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

 a { background-color: rgb(94,53,156); }

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

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

 span { border-color: rgb(94,53,156); }

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