#5E489A

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

Shades of Daisy Bush #5E489A

Tints of Daisy Bush #5E489A

Color information

#5E489A (or 0x5E489A) is unknown color: approx Daisy Bush. HEX triplet: 5E, 48 and 9A. RGB value is (94,72,154). Sum of RGB (Red+Green+Blue) = 94+72+154=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E489A is #A1B765. Grayscale: #575757. Windows color (decimal): -10598246 or 10111070. OLE color: 10111070.

HSL color Cylindrical-coordinate representation of color #5E489A: hue angle of 256.1º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E489A is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9472154-
CMYK0.390.5300.40
HSL256.1º36.28%44.31%-
HSV(B)256.1º53.25%60.39%-
XYZ12.779.3531.7-
YUV87.93165.29132.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 154 (60.55% from 255) = 48.12%
R=29.38%
G=22.5%
B=48.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94721540.390.5300.40256.136.2844.31
Hex5E489A2735028100242c
Octal13611023247650504004454
Binary10111101001000100110101001111101010101000100000000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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