#593591

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

Shades of Daisy Bush #593591

Tints of Daisy Bush #593591

Color information

#593591 (or 0x593591) is unknown color: approx Daisy Bush. HEX triplet: 59, 35 and 91. RGB value is (89,53,145). Sum of RGB (Red+Green+Blue) = 89+53+145=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #593591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593591 is #A6CA6E. Grayscale: #494949. Windows color (decimal): -10930799 or 9516377. OLE color: 9516377.

HSL color Cylindrical-coordinate representation of color #593591: hue angle of 263.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #593591 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8953145-
CMYK0.390.6300.43
HSL263.48º46.46%38.82%-
HSV(B)263.48º63.45%56.86%-
XYZ10.56.7127.53-
YUV74.25167.93138.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=31.01%
G=18.47%
B=50.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89531450.390.6300.43263.4846.4638.82
Hex593591273F02B1072e27
Octal1316522147770534075647
Binary1011001110101100100011001111111110101011100000111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593591; }

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

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

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

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

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

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

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

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