#59399A

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

Shades of Daisy Bush #59399A

Tints of Daisy Bush #59399A

Color information

#59399A (or 0x59399A) is unknown color: approx Daisy Bush. HEX triplet: 59, 39 and 9A. RGB value is (89,57,154). Sum of RGB (Red+Green+Blue) = 89+57+154=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #59399A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59399A is #A6C665. Grayscale: #4D4D4D. Windows color (decimal): -10929766 or 10107225. OLE color: 10107225.

HSL color Cylindrical-coordinate representation of color #59399A: hue angle of 259.79º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59399A is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8957154-
CMYK0.420.6300.40
HSL259.79º45.97%41.37%-
HSV(B)259.79º62.99%60.39%-
XYZ11.427.3831.4-
YUV77.63171.1136.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.67%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 154 (60.55% from 255) = 51.33%
R=29.67%
G=19%
B=51.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89571540.420.6300.40259.7945.9741.37
Hex59399A2A3F0281042e29
Octal1317123252770504045651
Binary1011001111001100110101010101111110101000100000100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59399A; }

 p { color: rgb(89,57,154); }

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

<style>
 a { background-color: #59399A; }

 a { background-color: rgb(89,57,154); }

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

<style>
 span { border-color: #59399A; }

 span { border-color: rgb(89,57,154); }

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