Html Css Color HEX #5D329B Daisy Bush

📋 copy color: '#5D329B'

red 93 ◦ green 50 ◦ blue 155

#5D329B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #5D329B

Tints of Daisy Bush #5D329B

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 value IS 0.4

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D329B (or 0x5D329B) is known color: 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

RGB 93 50 155 -
CMYK 0.4 0.68 0 0.39
HSL 264.57º 0.51% 0.4% -
HSV(B) 264.57º 0.68% 0.61% -
XYZ 11.57 6.97 31.75 -
YUV 74.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 93 50 155 0.4 0.68 0 0.39 264.57 0.51 0.4
Hex 5D 32 9B 28 44 0 27 109 33 28
Octal 135 62 233 50 104 0 47 411 63 50
Binary 1011101 110010 10011011 101000 1000100 0 100111 100001001 110011 101000

Color Harmonies of #5D329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D329B

Black with #5D329B

Text Example


Text Example

White with #5D329B

Text Example


Text Example

HTML Codes & Css Web 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>