Html Css Color HEX #59419F Daisy Bush

📋 copy color: '#59419F'

red 89 ◦ green 65 ◦ blue 159

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

Shades of Daisy Bush #59419F

Tints of Daisy Bush #59419F

RGB

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

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

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

R = 28.43%
G = 20.77%
B = 50.8%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59419F (or 0x59419F) is known color: Daisy Bush. HEX triplet: 59, 41 and 9F. RGB value is (89,65,159). Sum of RGB (Red+Green+Blue) = 89+65+159=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #59419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59419F is #A6BE60. Grayscale: #525252. Windows color (decimal): -10927713 or 10436953. OLE color: 10436953.

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

Color convert

RGB 89 65 159 -
CMYK 0.44 0.59 0 0.38
HSL 255.32º 0.42% 0.44% -
HSV(B) 255.32º 0.59% 0.62% -
XYZ 12.27 8.41 33.78 -
YUV 82.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 89 65 159 0.44 0.59 0 0.38 255.32 0.42 0.44
Hex 59 41 9F 2C 3B 0 26 FF 2A 2C
Octal 131 101 237 54 73 0 46 377 52 54
Binary 1011001 1000001 10011111 101100 111011 0 100110 11111111 101010 101100

Color Harmonies of #59419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59419F

Black with #59419F

Text Example


Text Example

White with #59419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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