#5E4591

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

Shades of Daisy Bush #5E4591

Tints of Daisy Bush #5E4591

Color information

#5E4591 (or 0x5E4591) is unknown color: approx Daisy Bush. HEX triplet: 5E, 45 and 91. RGB value is (94,69,145). Sum of RGB (Red+Green+Blue) = 94+69+145=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E4591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4591 is #A1BA6E. Grayscale: #545454. Windows color (decimal): -10599023 or 9520478. OLE color: 9520478.

HSL color Cylindrical-coordinate representation of color #5E4591: hue angle of 259.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E4591 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9469145-
CMYK0.350.5200.43
HSL259.74º35.51%41.96%-
HSV(B)259.74º52.41%56.86%-
XYZ11.868.6827.84-
YUV85.14161.78134.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=30.52%
G=22.40%
B=47.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94691450.350.5200.43259.7435.5141.96
Hex5E4591233402B104242a
Octal13610522143640534044452
Binary10111101000101100100011000111101000101011100000100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,69,145); }

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

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

 a { background-color: rgb(94,69,145); }

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

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

 span { border-color: rgb(94,69,145); }

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