Html Css Color HEX #59349B Daisy Bush

📋 copy color: '#59349B'

red 89 ◦ green 52 ◦ blue 155

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

Shades of Daisy Bush #59349B

Tints of Daisy Bush #59349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 30.07%
G = 17.57%
B = 52.36%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59349B (or 0x59349B) is known color: Daisy Bush. HEX triplet: 59, 34 and 9B. RGB value is (89,52,155). Sum of RGB (Red+Green+Blue) = 89+52+155=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #59349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59349B is #A6CB64. Grayscale: #4A4A4A. Windows color (decimal): -10931045 or 10171481. OLE color: 10171481.

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

Color convert

RGB 89 52 155 -
CMYK 0.43 0.66 0 0.39
HSL 261.55º 0.5% 0.41% -
HSV(B) 261.55º 0.66% 0.61% -
XYZ 11.26 6.95 31.76 -
YUV 74.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 89 52 155 0.43 0.66 0 0.39 261.55 0.5 0.41
Hex 59 34 9B 2B 42 0 27 106 32 29
Octal 131 64 233 53 102 0 47 406 62 51
Binary 1011001 110100 10011011 101011 1000010 0 100111 100000110 110010 101001

Color Harmonies of #59349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59349B

Black with #59349B

Text Example


Text Example

White with #59349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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