#5E429A

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

Shades of Daisy Bush #5E429A

Tints of Daisy Bush #5E429A

Color information

#5E429A (or 0x5E429A) is unknown color: approx Daisy Bush. HEX triplet: 5E, 42 and 9A. RGB value is (94,66,154). Sum of RGB (Red+Green+Blue) = 94+66+154=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E429A is #A1BD65. Grayscale: #545454. Windows color (decimal): -10599782 or 10109534. OLE color: 10109534.

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

Color convert

RGB9466154-
CMYK0.390.5700.40
HSL259.09º40%43.14%-
HSV(B)259.09º57.14%60.39%-
XYZ12.48.6131.58-
YUV84.4167.28134.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.94%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=29.94%
G=21.02%
B=49.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94661540.390.5700.40259.094043.14
Hex5E429A2739028103282b
Octal13610223247710504035053
Binary10111101000010100110101001111110010101000100000011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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