Html Css Color HEX #59289F Daisy Bush

📋 copy color: '#59289F'

red 89 ◦ green 40 ◦ blue 159

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

Shades of Daisy Bush #59289F

Tints of Daisy Bush #59289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 30.9%
G = 13.89%
B = 55.21%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59289F (or 0x59289F) is known color: Daisy Bush. HEX triplet: 59, 28 and 9F. RGB value is (89,40,159). Sum of RGB (Red+Green+Blue) = 89+40+159=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #59289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59289F is #A6D760. Grayscale: #434343. Windows color (decimal): -10934113 or 10430553. OLE color: 10430553.

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

Color convert

RGB 89 40 159 -
CMYK 0.44 0.75 0 0.38
HSL 264.71º 0.6% 0.39% -
HSV(B) 264.71º 0.75% 0.62% -
XYZ 11.14 6.14 33.4 -
YUV 68.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 89 40 159 0.44 0.75 0 0.38 264.71 0.6 0.39
Hex 59 28 9F 2C 4B 0 26 109 3C 27
Octal 131 50 237 54 113 0 46 411 74 47
Binary 1011001 101000 10011111 101100 1001011 0 100110 100001001 111100 100111

Color Harmonies of #59289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59289F

Black with #59289F

Text Example


Text Example

White with #59289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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