Html Css Color HEX #59289C Daisy Bush

📋 copy color: '#59289C'

red 89 ◦ green 40 ◦ blue 156

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

Shades of Daisy Bush #59289C

Tints of Daisy Bush #59289C

RGB

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

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

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

R = 31.23%
G = 14.04%
B = 54.74%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59289C (or 0x59289C) is known color: Daisy Bush. HEX triplet: 59, 28 and 9C. RGB value is (89,40,156). Sum of RGB (Red+Green+Blue) = 89+40+156=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #59289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59289C is #A6D763. Grayscale: #434343. Windows color (decimal): -10934116 or 10233945. OLE color: 10233945.

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

Color convert

RGB 89 40 156 -
CMYK 0.43 0.74 0 0.39
HSL 265.34º 0.59% 0.38% -
HSV(B) 265.34º 0.74% 0.61% -
XYZ 10.88 6.04 32.05 -
YUV 67.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 89 40 156 0.43 0.74 0 0.39 265.34 0.59 0.38
Hex 59 28 9C 2B 4A 0 27 109 3B 26
Octal 131 50 234 53 112 0 47 411 73 46
Binary 1011001 101000 10011100 101011 1001010 0 100111 100001001 111011 100110

Color Harmonies of #59289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59289C

Black with #59289C

Text Example


Text Example

White with #59289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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