Html Css Color HEX #59259F Daisy Bush

📋 copy color: '#59259F'

red 89 ◦ green 37 ◦ blue 159

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

Shades of Daisy Bush #59259F

Tints of Daisy Bush #59259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 31.23%
G = 12.98%
B = 55.79%

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

#59259F (or 0x59259F) is known color: Daisy Bush. HEX triplet: 59, 25 and 9F. RGB value is (89,37,159). Sum of RGB (Red+Green+Blue) = 89+37+159=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #59259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59259F is #A6DA60. Grayscale: #424242. Windows color (decimal): -10934881 or 10429785. OLE color: 10429785.

HSL color Cylindrical-coordinate representation of color #59259F: hue angle of 265.57º degrees, saturation: 0.62, 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 #59259F is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 37 159 -
CMYK 0.44 0.77 0 0.38
HSL 265.57º 0.62% 0.38% -
HSV(B) 265.57º 0.77% 0.62% -
XYZ 11.04 5.95 33.37 -
YUV 66.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 89 37 159 0.44 0.77 0 0.38 265.57 0.62 0.38
Hex 59 25 9F 2C 4D 0 26 10A 3E 26
Octal 131 45 237 54 115 0 46 412 76 46
Binary 1011001 100101 10011111 101100 1001101 0 100110 100001010 111110 100110

Color Harmonies of #59259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59259F

Black with #59259F

Text Example


Text Example

White with #59259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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