Html Css Color HEX #59358C Daisy Bush

📋 copy color: '#59358C'

red 89 ◦ green 53 ◦ blue 140

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

Shades of Daisy Bush #59358C

Tints of Daisy Bush #59358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 31.56%
G = 18.79%
B = 49.65%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59358C (or 0x59358C) is known color: Daisy Bush. HEX triplet: 59, 35 and 8C. RGB value is (89,53,140). Sum of RGB (Red+Green+Blue) = 89+53+140=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #59358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59358C is #A6CA73. Grayscale: #494949. Windows color (decimal): -10930804 or 9188697. OLE color: 9188697.

HSL color Cylindrical-coordinate representation of color #59358C: hue angle of 264.83º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59358C is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 53 140 -
CMYK 0.36 0.62 0 0.45
HSL 264.83º 0.45% 0.38% -
HSV(B) 264.83º 0.62% 0.55% -
XYZ 10.13 6.56 25.54 -
YUV 73.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 89 53 140 0.36 0.62 0 0.45 264.83 0.45 0.38
Hex 59 35 8C 24 3E 0 2D 109 2D 26
Octal 131 65 214 44 76 0 55 411 55 46
Binary 1011001 110101 10001100 100100 111110 0 101101 100001001 101101 100110

Color Harmonies of #59358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59358C

Black with #59358C

Text Example


Text Example

White with #59358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59358C; }

 p { color: rgb(89,53,140); }

 H1.HeaderClassName
 {
   color: #59358C;
 }
 .AnyTagClassName
 {
   color: #59358C;
 }
</style>

background-color css

<style>
 a { background-color: #59358C; }

 a { background-color: rgb(89,53,140); }

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

border-color css

<style>
 span { border-color: #59358C; }

 span { border-color: rgb(89,53,140); }

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