#5E469F

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

Shades of Daisy Bush #5E469F

Tints of Daisy Bush #5E469F

Color information

#5E469F (or 0x5E469F) is unknown color: approx Daisy Bush. HEX triplet: 5E, 46 and 9F. RGB value is (94,70,159). Sum of RGB (Red+Green+Blue) = 94+70+159=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E469F is #A1B960. Grayscale: #565656. Windows color (decimal): -10598753 or 10438238. OLE color: 10438238.

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

Color convert

RGB9470159-
CMYK0.410.5600.38
HSL256.18º38.86%44.9%-
HSV(B)256.18º55.97%62.35%-
XYZ13.069.2633.9-
YUV87.32168.45132.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=29.10%
G=21.67%
B=49.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94701590.410.5600.38256.1838.8644.9
Hex5E469F2938026100272d
Octal13610623751700464004755
Binary10111101000110100111111010011110000100110100000000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,70,159); }

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

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

 a { background-color: rgb(94,70,159); }

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

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

 span { border-color: rgb(94,70,159); }

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