Html Css Color HEX #59219F Daisy Bush

📋 copy color: '#59219F'

red 89 ◦ green 33 ◦ blue 159

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

Shades of Daisy Bush #59219F

Tints of Daisy Bush #59219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.58%

R = 31.67%
G = 11.74%
B = 56.58%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59219F (or 0x59219F) is known color: Daisy Bush. HEX triplet: 59, 21 and 9F. RGB value is (89,33,159). Sum of RGB (Red+Green+Blue) = 89+33+159=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #59219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59219F is #A6DE60. Grayscale: #3F3F3F. Windows color (decimal): -10935905 or 10428761. OLE color: 10428761.

HSL color Cylindrical-coordinate representation of color #59219F: hue angle of 266.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59219F is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 33 159 -
CMYK 0.44 0.79 0 0.38
HSL 266.67º 0.66% 0.38% -
HSV(B) 266.67º 0.79% 0.62% -
XYZ 10.92 5.71 33.33 -
YUV 64.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 89 33 159 0.44 0.79 0 0.38 266.67 0.66 0.38
Hex 59 21 9F 2C 4F 0 26 10B 42 26
Octal 131 41 237 54 117 0 46 413 102 46
Binary 1011001 100001 10011111 101100 1001111 0 100110 100001011 1000010 100110

Color Harmonies of #59219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59219F

Black with #59219F

Text Example


Text Example

White with #59219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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