Html Css Color HEX #5D329D Daisy Bush

📋 copy color: '#5D329D'

red 93 ◦ green 50 ◦ blue 157

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

Shades of Daisy Bush #5D329D

Tints of Daisy Bush #5D329D

RGB

 RED value IS 93 (36.72% from 255) = 31%

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 31%
G = 16.67%
B = 52.33%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D329D (or 0x5D329D) is known color: Daisy Bush. HEX triplet: 5D, 32 and 9D. RGB value is (93,50,157). Sum of RGB (Red+Green+Blue) = 93+50+157=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D329D is #A2CD62. Grayscale: #4A4A4A. Windows color (decimal): -10669411 or 10302045. OLE color: 10302045.

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

Color convert

RGB 93 50 157 -
CMYK 0.41 0.68 0 0.38
HSL 264.11º 0.52% 0.41% -
HSV(B) 264.11º 0.68% 0.62% -
XYZ 11.74 7.04 32.64 -
YUV 75.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 93 50 157 0.41 0.68 0 0.38 264.11 0.52 0.41
Hex 5D 32 9D 29 44 0 26 108 34 29
Octal 135 62 235 51 104 0 46 410 64 51
Binary 1011101 110010 10011101 101001 1000100 0 100110 100001000 110100 101001

Color Harmonies of #5D329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D329D

Black with #5D329D

Text Example


Text Example

White with #5D329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D329D;
 }
 .AnyTagClassName
 {
   color: #5D329D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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