#5E4395

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

Shades of Daisy Bush #5E4395

Tints of Daisy Bush #5E4395

Color information

#5E4395 (or 0x5E4395) is unknown color: approx Daisy Bush. HEX triplet: 5E, 43 and 95. RGB value is (94,67,149). Sum of RGB (Red+Green+Blue) = 94+67+149=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E4395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4395 is #A1BC6A. Grayscale: #545454. Windows color (decimal): -10599531 or 9782110. OLE color: 9782110.

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

Color convert

RGB9467149-
CMYK0.370.5500.42
HSL259.76º37.96%42.35%-
HSV(B)259.76º55.03%58.43%-
XYZ12.058.5629.45-
YUV84.42164.45134.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 67 (26.56% from 255) = 21.61%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=30.32%
G=21.61%
B=48.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94671490.370.5500.42259.7637.9642.35
Hex5E4395253702A104262a
Octal13610322545670524044652
Binary10111101000011100101011001011101110101010100000100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,67,149); }

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

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

 a { background-color: rgb(94,67,149); }

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

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

 span { border-color: rgb(94,67,149); }

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