Html Css Color HEX #59249E Daisy Bush

📋 copy color: '#59249E'

red 89 ◦ green 36 ◦ blue 158

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

Shades of Daisy Bush #59249E

Tints of Daisy Bush #59249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 158 (62.11% from 255) = 55.83%

R = 31.45%
G = 12.72%
B = 55.83%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59249E (or 0x59249E) is known color: Daisy Bush. HEX triplet: 59, 24 and 9E. RGB value is (89,36,158). Sum of RGB (Red+Green+Blue) = 89+36+158=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #59249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59249E is #A6DB61. Grayscale: #414141. Windows color (decimal): -10935138 or 10363993. OLE color: 10363993.

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

Color convert

RGB 89 36 158 -
CMYK 0.44 0.77 0 0.38
HSL 266.07º 0.63% 0.38% -
HSV(B) 266.07º 0.77% 0.62% -
XYZ 10.92 5.85 32.9 -
YUV 65.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 89 36 158 0.44 0.77 0 0.38 266.07 0.63 0.38
Hex 59 24 9E 2C 4D 0 26 10A 3F 26
Octal 131 44 236 54 115 0 46 412 77 46
Binary 1011001 100100 10011110 101100 1001101 0 100110 100001010 111111 100110

Color Harmonies of #59249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59249E

Black with #59249E

Text Example


Text Example

White with #59249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59249E; }

 p { color: rgb(89,36,158); }

 H1.HeaderClassName
 {
   color: #59249E;
 }
 .AnyTagClassName
 {
   color: #59249E;
 }
</style>

background-color css

<style>
 a { background-color: #59249E; }

 a { background-color: rgb(89,36,158); }

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

border-color css

<style>
 span { border-color: #59249E; }

 span { border-color: rgb(89,36,158); }

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