#5D389F

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

Shades of Daisy Bush #5D389F

Tints of Daisy Bush #5D389F

Color information

#5D389F (or 0x5D389F) is unknown color: approx Daisy Bush. HEX triplet: 5D, 38 and 9F. RGB value is (93,56,159). Sum of RGB (Red+Green+Blue) = 93+56+159=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D389F is #A2C760. Grayscale: #4E4E4E. Windows color (decimal): -10667873 or 10434653. OLE color: 10434653.

HSL color Cylindrical-coordinate representation of color #5D389F: hue angle of 261.55º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D389F is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9356159-
CMYK0.420.6500.38
HSL261.55º47.91%42.16%-
HSV(B)261.55º64.78%62.35%-
XYZ12.197.6633.64-
YUV78.81173.26138.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.19%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=30.19%
G=18.18%
B=51.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93561590.420.6500.38261.5547.9142.16
Hex5D389F2A41026106302a
Octal13570237521010464066052
Binary10111011110001001111110101010000010100110100000110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,56,159); }

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

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

 a { background-color: rgb(93,56,159); }

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

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

 span { border-color: rgb(93,56,159); }

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