#5E429D

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

Shades of Daisy Bush #5E429D

Tints of Daisy Bush #5E429D

Color information

#5E429D (or 0x5E429D) is unknown color: approx Daisy Bush. HEX triplet: 5E, 42 and 9D. RGB value is (94,66,157). Sum of RGB (Red+Green+Blue) = 94+66+157=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E429D is #A1BD62. Grayscale: #545454. Windows color (decimal): -10599779 or 10306142. OLE color: 10306142.

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

Color convert

RGB9466157-
CMYK0.400.5800.38
HSL258.46º40.81%43.73%-
HSV(B)258.46º57.96%61.57%-
XYZ12.658.7132.91-
YUV84.75168.78134.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.65%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=29.65%
G=20.82%
B=49.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94661570.400.5800.38258.4640.8143.73
Hex5E429D283A026102292c
Octal13610223550720464025154
Binary10111101000010100111011010001110100100110100000010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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