Html Css Color HEX #59418A Daisy Bush

📋 copy color: '#59418A'

red 89 ◦ green 65 ◦ blue 138

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

Shades of Daisy Bush #59418A

Tints of Daisy Bush #59418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 30.48%
G = 22.26%
B = 47.26%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#59418A (or 0x59418A) is known color: Daisy Bush. HEX triplet: 59, 41 and 8A. RGB value is (89,65,138). Sum of RGB (Red+Green+Blue) = 89+65+138=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #59418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59418A is #A6BE75. Grayscale: #505050. Windows color (decimal): -10927734 or 9060697. OLE color: 9060697.

HSL color Cylindrical-coordinate representation of color #59418A: hue angle of 259.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59418A is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 65 138 -
CMYK 0.36 0.53 0 0.46
HSL 259.73º 0.36% 0.4% -
HSV(B) 259.73º 0.53% 0.54% -
XYZ 10.6 7.74 24.98 -
YUV 80.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 89 65 138 0.36 0.53 0 0.46 259.73 0.36 0.4
Hex 59 41 8A 24 35 0 2E 104 24 28
Octal 131 101 212 44 65 0 56 404 44 50
Binary 1011001 1000001 10001010 100100 110101 0 101110 100000100 100100 101000

Color Harmonies of #59418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59418A

Black with #59418A

Text Example


Text Example

White with #59418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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