Html Css Color HEX #59338E Daisy Bush

📋 copy color: '#59338E'

red 89 ◦ green 51 ◦ blue 142

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

Shades of Daisy Bush #59338E

Tints of Daisy Bush #59338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

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

R = 31.56%
G = 18.09%
B = 50.35%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59338E (or 0x59338E) is known color: Daisy Bush. HEX triplet: 59, 33 and 8E. RGB value is (89,51,142). Sum of RGB (Red+Green+Blue) = 89+51+142=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #59338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59338E is #A6CC71. Grayscale: #484848. Windows color (decimal): -10931314 or 9319257. OLE color: 9319257.

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

Color convert

RGB 89 51 142 -
CMYK 0.37 0.64 0 0.44
HSL 265.06º 0.47% 0.38% -
HSV(B) 265.06º 0.64% 0.56% -
XYZ 10.19 6.44 26.3 -
YUV 72.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 89 51 142 0.37 0.64 0 0.44 265.06 0.47 0.38
Hex 59 33 8E 25 40 0 2C 109 2F 26
Octal 131 63 216 45 100 0 54 411 57 46
Binary 1011001 110011 10001110 100101 1000000 0 101100 100001001 101111 100110

Color Harmonies of #59338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59338E

Black with #59338E

Text Example


Text Example

White with #59338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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