#5E489D

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

Shades of Daisy Bush #5E489D

Tints of Daisy Bush #5E489D

Color information

#5E489D (or 0x5E489D) is unknown color: approx Daisy Bush. HEX triplet: 5E, 48 and 9D. RGB value is (94,72,157). Sum of RGB (Red+Green+Blue) = 94+72+157=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E489D is #A1B762. Grayscale: #575757. Windows color (decimal): -10598243 or 10307678. OLE color: 10307678.

HSL color Cylindrical-coordinate representation of color #5E489D: hue angle of 255.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E489D is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9472157-
CMYK0.400.5400.38
HSL255.53º37.12%44.9%-
HSV(B)255.53º54.14%61.57%-
XYZ13.029.4533.04-
YUV88.27166.79132.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=29.10%
G=22.29%
B=48.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94721570.400.5400.38255.5337.1244.9
Hex5E489D2836026100252d
Octal13611023550660464004555
Binary10111101001000100111011010001101100100110100000000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,72,157); }

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

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

 a { background-color: rgb(94,72,157); }

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

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

 span { border-color: rgb(94,72,157); }

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