#5D329B

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

Shades of Daisy Bush #5D329B

Tints of Daisy Bush #5D329B

Color information

#5D329B (or 0x5D329B) is unknown color: approx Daisy Bush. HEX triplet: 5D, 32 and 9B. RGB value is (93,50,155). Sum of RGB (Red+Green+Blue) = 93+50+155=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D329B is #A2CD64. Grayscale: #4A4A4A. Windows color (decimal): -10669413 or 10170973. OLE color: 10170973.

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

Color convert

RGB9350155-
CMYK0.40.6800.39
HSL264.57º51.22%40.2%-
HSV(B)264.57º67.74%60.78%-
XYZ11.576.9731.75-
YUV74.83173.25140.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.21%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=31.21%
G=16.78%
B=52.01%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93501550.40.6800.39264.5751.2240.2
Hex5D329B28440271093328
Octal13562233501040474116350
Binary10111011100101001101110100010001000100111100001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,50,155); }

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

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

 a { background-color: rgb(93,50,155); }

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

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

 span { border-color: rgb(93,50,155); }

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