#5E49A3

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

Shades of Daisy Bush #5E49A3

Tints of Daisy Bush #5E49A3

Color information

#5E49A3 (or 0x5E49A3) is unknown color: approx Daisy Bush. HEX triplet: 5E, 49 and A3. RGB value is (94,73,163). Sum of RGB (Red+Green+Blue) = 94+73+163=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #5E49A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E49A3 is #A1B65C. Grayscale: #595959. Windows color (decimal): -10597981 or 10701150. OLE color: 10701150.

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

Color convert

RGB9473163-
CMYK0.420.5500.36
HSL254º38.14%46.27%-
HSV(B)254º55.21%63.92%-
XYZ13.619.7935.82-
YUV89.54169.46131.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.48%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 163 (64.06% from 255) = 49.39%
R=28.48%
G=22.12%
B=49.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94731630.420.5500.3625438.1446.27
Hex5E49A32A37024fe262e
Octal13611124352670443764656
Binary1011110100100110100011101010110111010010011111110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E49A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,73,163); }

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

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

 a { background-color: rgb(94,73,163); }

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

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

 span { border-color: rgb(94,73,163); }

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