Html Css Color HEX #59249D Daisy Bush

📋 copy color: '#59249D'

red 89 ◦ green 36 ◦ blue 157

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

Shades of Daisy Bush #59249D

Tints of Daisy Bush #59249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 31.56%
G = 12.77%
B = 55.67%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59249D (or 0x59249D) is known color: Daisy Bush. HEX triplet: 59, 24 and 9D. RGB value is (89,36,157). Sum of RGB (Red+Green+Blue) = 89+36+157=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #59249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59249D is #A6DB62. Grayscale: #414141. Windows color (decimal): -10935139 or 10298457. OLE color: 10298457.

HSL color Cylindrical-coordinate representation of color #59249D: hue angle of 266.28º 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 #59249D is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 36 157 -
CMYK 0.43 0.77 0 0.38
HSL 266.28º 0.63% 0.38% -
HSV(B) 266.28º 0.77% 0.62% -
XYZ 10.84 5.82 32.45 -
YUV 65.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 89 36 157 0.43 0.77 0 0.38 266.28 0.63 0.38
Hex 59 24 9D 2B 4D 0 26 10A 3F 26
Octal 131 44 235 53 115 0 46 412 77 46
Binary 1011001 100100 10011101 101011 1001101 0 100110 100001010 111111 100110

Color Harmonies of #59249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59249D

Black with #59249D

Text Example


Text Example

White with #59249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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