#5E3490

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

Shades of Daisy Bush #5E3490

Tints of Daisy Bush #5E3490

Color information

#5E3490 (or 0x5E3490) is unknown color: approx Daisy Bush. HEX triplet: 5E, 34 and 90. RGB value is (94,52,144). Sum of RGB (Red+Green+Blue) = 94+52+144=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E3490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3490 is #A1CB6F. Grayscale: #4A4A4A. Windows color (decimal): -10603376 or 9450590. OLE color: 9450590.

HSL color Cylindrical-coordinate representation of color #5E3490: hue angle of 267.39º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E3490 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9452144-
CMYK0.350.6400.44
HSL267.39º46.94%38.43%-
HSV(B)267.39º63.89%56.47%-
XYZ10.886.8527.13-
YUV75.05166.91141.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=32.41%
G=17.93%
B=49.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94521440.350.6400.44267.3946.9438.43
Hex5E3490234002C10b2f26
Octal13664220431000544135746
Binary10111101101001001000010001110000000101100100001011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,144); }

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

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

 a { background-color: rgb(94,52,144); }

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

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

 span { border-color: rgb(94,52,144); }

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