#5E4384

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

Shades of Daisy Bush #5E4384

Tints of Daisy Bush #5E4384

Color information

#5E4384 (or 0x5E4384) is unknown color: approx Daisy Bush. HEX triplet: 5E, 43 and 84. RGB value is (94,67,132). Sum of RGB (Red+Green+Blue) = 94+67+132=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E4384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4384 is #A1BC7B. Grayscale: #525252. Windows color (decimal): -10599548 or 8667998. OLE color: 8667998.

HSL color Cylindrical-coordinate representation of color #5E4384: hue angle of 264.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E4384 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9467132-
CMYK0.290.4900.48
HSL264.92º32.66%39.02%-
HSV(B)264.92º49.24%51.76%-
XYZ10.798.0622.82-
YUV82.48155.95136.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.08%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=32.08%
G=22.87%
B=45.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94671320.290.4900.48264.9232.6639.02
Hex5E43841D310301092127
Octal13610320435610604114147
Binary1011110100001110000100111011100010110000100001001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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