Html Css Color HEX #59389F Daisy Bush

📋 copy color: '#59389F'

red 89 ◦ green 56 ◦ blue 159

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

Shades of Daisy Bush #59389F

Tints of Daisy Bush #59389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

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

R = 29.28%
G = 18.42%
B = 52.3%

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

#59389F (or 0x59389F) is known color: Daisy Bush. HEX triplet: 59, 38 and 9F. RGB value is (89,56,159). Sum of RGB (Red+Green+Blue) = 89+56+159=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #59389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59389F is #A6C760. Grayscale: #4D4D4D. Windows color (decimal): -10930017 or 10434649. OLE color: 10434649.

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

Color convert

RGB 89 56 159 -
CMYK 0.44 0.65 0 0.38
HSL 259.22º 0.48% 0.42% -
HSV(B) 259.22º 0.65% 0.62% -
XYZ 11.79 7.46 33.62 -
YUV 77.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 89 56 159 0.44 0.65 0 0.38 259.22 0.48 0.42
Hex 59 38 9F 2C 41 0 26 103 30 2A
Octal 131 70 237 54 101 0 46 403 60 52
Binary 1011001 111000 10011111 101100 1000001 0 100110 100000011 110000 101010

Color Harmonies of #59389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59389F

Black with #59389F

Text Example


Text Example

White with #59389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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