#5D4799

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

Shades of Daisy Bush #5D4799

Tints of Daisy Bush #5D4799

Color information

#5D4799 (or 0x5D4799) is unknown color: approx Daisy Bush. HEX triplet: 5D, 47 and 99. RGB value is (93,71,153). Sum of RGB (Red+Green+Blue) = 93+71+153=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D4799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4799 is #A2B866. Grayscale: #565656. Windows color (decimal): -10664039 or 10045277. OLE color: 10045277.

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

Color convert

RGB9371153-
CMYK0.390.5400.4
HSL256.1º36.61%43.92%-
HSV(B)256.1º53.59%60%-
XYZ12.529.1331.24-
YUV86.93165.29132.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.34%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=29.34%
G=22.40%
B=48.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93711530.390.5400.4256.136.6143.92
Hex5D47992736028100252c
Octal13510723147660504004554
Binary10111011000111100110011001111101100101000100000000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,71,153); }

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

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

 a { background-color: rgb(93,71,153); }

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

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

 span { border-color: rgb(93,71,153); }

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