#5D4399

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

Shades of Daisy Bush #5D4399

Tints of Daisy Bush #5D4399

Color information

#5D4399 (or 0x5D4399) is unknown color: approx Daisy Bush. HEX triplet: 5D, 43 and 99. RGB value is (93,67,153). Sum of RGB (Red+Green+Blue) = 93+67+153=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D4399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4399 is #A2BC66. Grayscale: #545454. Windows color (decimal): -10665063 or 10044253. OLE color: 10044253.

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

Color convert

RGB9367153-
CMYK0.390.5600.4
HSL258.14º39.09%43.14%-
HSV(B)258.14º56.21%60%-
XYZ12.278.6431.16-
YUV84.58166.61134.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.71%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=29.71%
G=21.41%
B=48.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93671530.390.5600.4258.1439.0943.14
Hex5D43992738028102272b
Octal13510323147700504024753
Binary10111011000011100110011001111110000101000100000010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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