Html Css Color HEX #59348E Daisy Bush

📋 copy color: '#59348E'

red 89 ◦ green 52 ◦ blue 142

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

Shades of Daisy Bush #59348E

Tints of Daisy Bush #59348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 31.45%
G = 18.37%
B = 50.18%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59348E (or 0x59348E) is known color: Daisy Bush. HEX triplet: 59, 34 and 8E. RGB value is (89,52,142). Sum of RGB (Red+Green+Blue) = 89+52+142=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #59348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59348E is #A6CB71. Grayscale: #494949. Windows color (decimal): -10931058 or 9319513. OLE color: 9319513.

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

Color convert

RGB 89 52 142 -
CMYK 0.37 0.63 0 0.44
HSL 264.67º 0.46% 0.38% -
HSV(B) 264.67º 0.63% 0.56% -
XYZ 10.23 6.53 26.31 -
YUV 73.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 89 52 142 0.37 0.63 0 0.44 264.67 0.46 0.38
Hex 59 34 8E 25 3F 0 2C 109 2E 26
Octal 131 64 216 45 77 0 54 411 56 46
Binary 1011001 110100 10001110 100101 111111 0 101100 100001001 101110 100110

Color Harmonies of #59348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59348E

Black with #59348E

Text Example


Text Example

White with #59348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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