Html Css Color HEX #59329C Daisy Bush

📋 copy color: '#59329C'

red 89 ◦ green 50 ◦ blue 156

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

Shades of Daisy Bush #59329C

Tints of Daisy Bush #59329C

RGB

 RED value IS 89 (35.16% from 255) = 30.17%

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 30.17%
G = 16.95%
B = 52.88%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59329C (or 0x59329C) is known color: Daisy Bush. HEX triplet: 59, 32 and 9C. RGB value is (89,50,156). Sum of RGB (Red+Green+Blue) = 89+50+156=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #59329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59329C is #A6CD63. Grayscale: #494949. Windows color (decimal): -10931556 or 10236505. OLE color: 10236505.

HSL color Cylindrical-coordinate representation of color #59329C: hue angle of 262.08º 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 #59329C is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 50 156 -
CMYK 0.43 0.68 0 0.39
HSL 262.08º 0.51% 0.4% -
HSV(B) 262.08º 0.68% 0.61% -
XYZ 11.26 6.81 32.17 -
YUV 73.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 89 50 156 0.43 0.68 0 0.39 262.08 0.51 0.4
Hex 59 32 9C 2B 44 0 27 106 33 28
Octal 131 62 234 53 104 0 47 406 63 50
Binary 1011001 110010 10011100 101011 1000100 0 100111 100000110 110011 101000

Color Harmonies of #59329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59329C

Black with #59329C

Text Example


Text Example

White with #59329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59329C; }

 p { color: rgb(89,50,156); }

 H1.HeaderClassName
 {
   color: #59329C;
 }
 .AnyTagClassName
 {
   color: #59329C;
 }
</style>

background-color css

<style>
 a { background-color: #59329C; }

 a { background-color: rgb(89,50,156); }

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

border-color css

<style>
 span { border-color: #59329C; }

 span { border-color: rgb(89,50,156); }

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