#59349d

Color #59349D Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #59349D

Tints of Daisy Bush #59349D

Color information

#59349D (or 0x59349D) is unknown color: approx Daisy Bush. HEX triplet: 59, 34 and 9D. RGB value is (89,52,157). Sum of RGB (Red+Green+Blue) = 89+52+157=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #59349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59349D is #A6CB62. Grayscale: #4A4A4A. Windows color (decimal): -10931043 or 10302553. OLE color: 10302553.

HSL color Cylindrical-coordinate representation of color #59349D: hue angle of 261.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59349D is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8952157-
CMYK0.430.6700.38
HSL261.14º50.24%40.98%-
HSV(B)261.14º66.88%61.57%-
XYZ11.437.0132.65-
YUV75.03174.26137.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.87%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=29.87%
G=17.45%
B=52.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89521570.430.6700.38261.1450.2440.98
Hex59349D2B430261053229
Octal13164235531030464056251
Binary10110011101001001110110101110000110100110100000101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59349d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59349d; }

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

 H1.HeaderClassName
 {
   color: #59349d;
 }
 .AnyTagClassName
 {
   color: #59349d;
 }
</style>
background-color css

<style>
 a { background-color: #59349d; }

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

 div.DivClassName
 {
   background-color: #59349d;
 }
 .BgClassName
 {
   background-color: #59349d;
 }
</style>
border-color css

<style>
 span { border-color: #59349d; }

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

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