#5E489B

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

Shades of Daisy Bush #5E489B

Tints of Daisy Bush #5E489B

Color information

#5E489B (or 0x5E489B) is unknown color: approx Daisy Bush. HEX triplet: 5E, 48 and 9B. RGB value is (94,72,155). Sum of RGB (Red+Green+Blue) = 94+72+155=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E489B is #A1B764. Grayscale: #575757. Windows color (decimal): -10598245 or 10176606. OLE color: 10176606.

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

Color convert

RGB9472155-
CMYK0.390.5400.39
HSL255.9º36.56%44.51%-
HSV(B)255.9º53.55%60.78%-
XYZ12.859.3832.14-
YUV88.04165.79132.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=29.28%
G=22.43%
B=48.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94721550.390.5400.39255.936.5644.51
Hex5E489B2736027100252d
Octal13611023347660474004555
Binary10111101001000100110111001111101100100111100000000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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