Html Css Color HEX #59209C Daisy Bush

📋 copy color: '#59209C'

red 89 ◦ green 32 ◦ blue 156

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

Shades of Daisy Bush #59209C

Tints of Daisy Bush #59209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 32.13%
G = 11.55%
B = 56.32%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59209C (or 0x59209C) is known color: Daisy Bush. HEX triplet: 59, 20 and 9C. RGB value is (89,32,156). Sum of RGB (Red+Green+Blue) = 89+32+156=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #59209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59209C is #A6DF63. Grayscale: #3E3E3E. Windows color (decimal): -10936164 or 10231897. OLE color: 10231897.

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

Color convert

RGB 89 32 156 -
CMYK 0.43 0.79 0 0.39
HSL 267.58º 0.66% 0.37% -
HSV(B) 267.58º 0.79% 0.61% -
XYZ 10.64 5.56 31.96 -
YUV 63.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 89 32 156 0.43 0.79 0 0.39 267.58 0.66 0.37
Hex 59 20 9C 2B 4F 0 27 10C 42 25
Octal 131 40 234 53 117 0 47 414 102 45
Binary 1011001 100000 10011100 101011 1001111 0 100111 100001100 1000010 100101

Color Harmonies of #59209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59209C

Black with #59209C

Text Example


Text Example

White with #59209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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