Html Css Color HEX #59349C Daisy Bush

📋 copy color: '#59349C'

red 89 ◦ green 52 ◦ blue 156

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

Shades of Daisy Bush #59349C

Tints of Daisy Bush #59349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 29.97%
G = 17.51%
B = 52.53%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59349C (or 0x59349C) is known color: Daisy Bush. HEX triplet: 59, 34 and 9C. RGB value is (89,52,156). Sum of RGB (Red+Green+Blue) = 89+52+156=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #59349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59349C is #A6CB63. Grayscale: #4A4A4A. Windows color (decimal): -10931044 or 10237017. OLE color: 10237017.

HSL color Cylindrical-coordinate representation of color #59349C: hue angle of 261.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59349C is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 52 156 -
CMYK 0.43 0.67 0 0.39
HSL 261.35º 0.5% 0.41% -
HSV(B) 261.35º 0.67% 0.61% -
XYZ 11.35 6.98 32.2 -
YUV 74.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 89 52 156 0.43 0.67 0 0.39 261.35 0.5 0.41
Hex 59 34 9C 2B 43 0 27 105 32 29
Octal 131 64 234 53 103 0 47 405 62 51
Binary 1011001 110100 10011100 101011 1000011 0 100111 100000101 110010 101001

Color Harmonies of #59349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59349C

Black with #59349C

Text Example


Text Example

White with #59349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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