Html Css Color HEX #59379F Daisy Bush

📋 copy color: '#59379F'

red 89 ◦ green 55 ◦ blue 159

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

Shades of Daisy Bush #59379F

Tints of Daisy Bush #59379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 29.37%
G = 18.15%
B = 52.48%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59379F (or 0x59379F) is known color: Daisy Bush. HEX triplet: 59, 37 and 9F. RGB value is (89,55,159). Sum of RGB (Red+Green+Blue) = 89+55+159=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #59379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59379F is #A6C860. Grayscale: #4C4C4C. Windows color (decimal): -10930273 or 10434393. OLE color: 10434393.

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

Color convert

RGB 89 55 159 -
CMYK 0.44 0.65 0 0.38
HSL 259.62º 0.49% 0.42% -
HSV(B) 259.62º 0.65% 0.62% -
XYZ 11.74 7.36 33.6 -
YUV 77.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 89 55 159 0.44 0.65 0 0.38 259.62 0.49 0.42
Hex 59 37 9F 2C 41 0 26 104 31 2A
Octal 131 67 237 54 101 0 46 404 61 52
Binary 1011001 110111 10011111 101100 1000001 0 100110 100000100 110001 101010

Color Harmonies of #59379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59379F

Black with #59379F

Text Example


Text Example

White with #59379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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