#59329E

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

Shades of Daisy Bush #59329E

Tints of Daisy Bush #59329E

Color information

#59329E (or 0x59329E) is unknown color: approx Daisy Bush. HEX triplet: 59, 32 and 9E. RGB value is (89,50,158). Sum of RGB (Red+Green+Blue) = 89+50+158=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #59329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59329E is #A6CD61. Grayscale: #494949. Windows color (decimal): -10931554 or 10367577. OLE color: 10367577.

HSL color Cylindrical-coordinate representation of color #59329E: hue angle of 261.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59329E is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8950158-
CMYK0.440.6800.38
HSL261.67º51.92%40.78%-
HSV(B)261.67º68.35%61.96%-
XYZ11.436.8733.07-
YUV73.97175.42138.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=29.97%
G=16.84%
B=53.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89501580.440.6800.38261.6751.9240.78
Hex59329E2C440261063429
Octal13162236541040464066451
Binary10110011100101001111010110010001000100110100000110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,50,158); }

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

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

 a { background-color: rgb(89,50,158); }

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

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

 span { border-color: rgb(89,50,158); }

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