#5E3592

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

Shades of Daisy Bush #5E3592

Tints of Daisy Bush #5E3592

Color information

#5E3592 (or 0x5E3592) is unknown color: approx Daisy Bush. HEX triplet: 5E, 35 and 92. RGB value is (94,53,146). Sum of RGB (Red+Green+Blue) = 94+53+146=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E3592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3592 is #A1CA6D. Grayscale: #4B4B4B. Windows color (decimal): -10603118 or 9581918. OLE color: 9581918.

HSL color Cylindrical-coordinate representation of color #5E3592: hue angle of 266.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E3592 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9453146-
CMYK0.360.6400.43
HSL266.45º46.73%39.02%-
HSV(B)266.45º63.7%57.25%-
XYZ11.08727.96-
YUV75.86167.58140.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.08%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=32.08%
G=18.09%
B=49.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94531460.360.6400.43266.4546.7339.02
Hex5E3592244002B10a2f27
Octal13665222441000534125747
Binary10111101101011001001010010010000000101011100001010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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