Html Css Color HEX #5D329A Daisy Bush

📋 copy color: '#5D329A'

red 93 ◦ green 50 ◦ blue 154

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

Shades of Daisy Bush #5D329A

Tints of Daisy Bush #5D329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 31.31%
G = 16.84%
B = 51.85%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5D329A (or 0x5D329A) is known color: Daisy Bush. HEX triplet: 5D, 32 and 9A. RGB value is (93,50,154). Sum of RGB (Red+Green+Blue) = 93+50+154=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D329A is #A2CD65. Grayscale: #4A4A4A. Windows color (decimal): -10669414 or 10105437. OLE color: 10105437.

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

Color convert

RGB 93 50 154 -
CMYK 0.40 0.68 0 0.40
HSL 264.81º 0.51% 0.4% -
HSV(B) 264.81º 0.68% 0.6% -
XYZ 11.49 6.94 31.31 -
YUV 74.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 93 50 154 0.40 0.68 0 0.40 264.81 0.51 0.4
Hex 5D 32 9A 28 44 0 28 109 33 28
Octal 135 62 232 50 104 0 50 411 63 50
Binary 1011101 110010 10011010 101000 1000100 0 101000 100001001 110011 101000

Color Harmonies of #5D329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D329A

Black with #5D329A

Text Example


Text Example

White with #5D329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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