#59358C

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

Shades of Daisy Bush #59358C

Tints of Daisy Bush #59358C

Color information

#59358C (or 0x59358C) is unknown color: approx Daisy Bush. HEX triplet: 59, 35 and 8C. RGB value is (89,53,140). Sum of RGB (Red+Green+Blue) = 89+53+140=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #59358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59358C is #A6CA73. Grayscale: #494949. Windows color (decimal): -10930804 or 9188697. OLE color: 9188697.

HSL color Cylindrical-coordinate representation of color #59358C: hue angle of 264.83º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59358C is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8953140-
CMYK0.360.6200.45
HSL264.83º45.08%37.84%-
HSV(B)264.83º62.14%54.9%-
XYZ10.136.5625.54-
YUV73.68165.43138.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 140 (55.08% from 255) = 49.65%
R=31.56%
G=18.79%
B=49.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89531400.360.6200.45264.8345.0837.84
Hex59358C243E02D1092d26
Octal1316521444760554115546
Binary1011001110101100011001001001111100101101100001001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59358C; }

 p { color: rgb(89,53,140); }

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

<style>
 a { background-color: #59358C; }

 a { background-color: rgb(89,53,140); }

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

<style>
 span { border-color: #59358C; }

 span { border-color: rgb(89,53,140); }

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