Html Css Color HEX #59418E Daisy Bush

📋 copy color: '#59418E'

red 89 ◦ green 65 ◦ blue 142

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

Shades of Daisy Bush #59418E

Tints of Daisy Bush #59418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 142 (55.86% from 255) = 47.97%

R = 30.07%
G = 21.96%
B = 47.97%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59418E (or 0x59418E) is known color: Daisy Bush. HEX triplet: 59, 41 and 8E. RGB value is (89,65,142). Sum of RGB (Red+Green+Blue) = 89+65+142=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #59418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59418E is #A6BE71. Grayscale: #505050. Windows color (decimal): -10927730 or 9322841. OLE color: 9322841.

HSL color Cylindrical-coordinate representation of color #59418E: hue angle of 258.7º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59418E is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 65 142 -
CMYK 0.37 0.54 0 0.44
HSL 258.7º 0.37% 0.41% -
HSV(B) 258.7º 0.54% 0.56% -
XYZ 10.89 7.86 26.53 -
YUV 80.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 89 65 142 0.37 0.54 0 0.44 258.7 0.37 0.41
Hex 59 41 8E 25 36 0 2C 103 25 29
Octal 131 101 216 45 66 0 54 403 45 51
Binary 1011001 1000001 10001110 100101 110110 0 101100 100000011 100101 101001

Color Harmonies of #59418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59418E

Black with #59418E

Text Example


Text Example

White with #59418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59418E; }

 p { color: rgb(89,65,142); }

 H1.HeaderClassName
 {
   color: #59418E;
 }
 .AnyTagClassName
 {
   color: #59418E;
 }
</style>

background-color css

<style>
 a { background-color: #59418E; }

 a { background-color: rgb(89,65,142); }

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

border-color css

<style>
 span { border-color: #59418E; }

 span { border-color: rgb(89,65,142); }

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