Html Css Color HEX #59219C Daisy Bush

📋 copy color: '#59219C'

red 89 ◦ green 33 ◦ blue 156

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

Shades of Daisy Bush #59219C

Tints of Daisy Bush #59219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 32.01%
G = 11.87%
B = 56.12%

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

#59219C (or 0x59219C) is known color: Daisy Bush. HEX triplet: 59, 21 and 9C. RGB value is (89,33,156). Sum of RGB (Red+Green+Blue) = 89+33+156=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #59219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59219C is #A6DE63. Grayscale: #3F3F3F. Windows color (decimal): -10935908 or 10232153. OLE color: 10232153.

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

Color convert

RGB 89 33 156 -
CMYK 0.43 0.79 0 0.39
HSL 267.32º 0.65% 0.37% -
HSV(B) 267.32º 0.79% 0.61% -
XYZ 10.66 5.61 31.97 -
YUV 63.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 89 33 156 0.43 0.79 0 0.39 267.32 0.65 0.37
Hex 59 21 9C 2B 4F 0 27 10B 41 25
Octal 131 41 234 53 117 0 47 413 101 45
Binary 1011001 100001 10011100 101011 1001111 0 100111 100001011 1000001 100101

Color Harmonies of #59219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59219C

Black with #59219C

Text Example


Text Example

White with #59219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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