#5E3D90

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

Shades of Daisy Bush #5E3D90

Tints of Daisy Bush #5E3D90

Color information

#5E3D90 (or 0x5E3D90) is unknown color: approx Daisy Bush. HEX triplet: 5E, 3D and 90. RGB value is (94,61,144). Sum of RGB (Red+Green+Blue) = 94+61+144=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E3D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3D90 is #A1C26F. Grayscale: #505050. Windows color (decimal): -10601072 or 9452894. OLE color: 9452894.

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

Color convert

RGB9461144-
CMYK0.350.5800.44
HSL263.86º40.49%40.2%-
HSV(B)263.86º57.64%56.47%-
XYZ11.327.7327.28-
YUV80.33163.93137.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.44%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=31.44%
G=20.40%
B=48.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94611440.350.5800.44263.8640.4940.2
Hex5E3D90233A02C1082828
Octal1367522043720544105050
Binary1011110111101100100001000111110100101100100001000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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