#5E3D9B

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

Shades of Daisy Bush #5E3D9B

Tints of Daisy Bush #5E3D9B

Color information

#5E3D9B (or 0x5E3D9B) is unknown color: approx Daisy Bush. HEX triplet: 5E, 3D and 9B. RGB value is (94,61,155). Sum of RGB (Red+Green+Blue) = 94+61+155=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E3D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3D9B is #A1C264. Grayscale: #515151. Windows color (decimal): -10601061 or 10173790. OLE color: 10173790.

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

Color convert

RGB9461155-
CMYK0.390.6100.39
HSL261.06º43.52%42.35%-
HSV(B)261.06º60.65%60.78%-
XYZ12.28.0831.93-
YUV81.58169.43136.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 61 (24.22% from 255) = 19.68%
BLUE value IS 155 (60.94% from 255) = 50%
R=30.32%
G=19.68%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94611550.390.6100.39261.0643.5242.35
Hex5E3D9B273D0271052c2a
Octal1367523347750474055452
Binary1011110111101100110111001111111010100111100000101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,61,155); }

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

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

 a { background-color: rgb(94,61,155); }

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

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

 span { border-color: rgb(94,61,155); }

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