#59369F

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

Shades of Daisy Bush #59369F

Tints of Daisy Bush #59369F

Color information

#59369F (or 0x59369F) is unknown color: approx Daisy Bush. HEX triplet: 59, 36 and 9F. RGB value is (89,54,159). Sum of RGB (Red+Green+Blue) = 89+54+159=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #59369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59369F is #A6C960. Grayscale: #4C4C4C. Windows color (decimal): -10930529 or 10434137. OLE color: 10434137.

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

Color convert

RGB8954159-
CMYK0.440.6600.38
HSL260º49.3%41.76%-
HSV(B)260º66.04%62.35%-
XYZ11.77.2733.59-
YUV76.44174.6136.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=29.47%
G=17.88%
B=52.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89541590.440.6600.3826049.341.76
Hex59369F2C42026104312a
Octal13166237541020464046152
Binary10110011101101001111110110010000100100110100000100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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