#593699

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

Shades of Daisy Bush #593699

Tints of Daisy Bush #593699

Color information

#593699 (or 0x593699) is unknown color: approx Daisy Bush. HEX triplet: 59, 36 and 99. RGB value is (89,54,153). Sum of RGB (Red+Green+Blue) = 89+54+153=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #593699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593699 is #A6C966. Grayscale: #4B4B4B. Windows color (decimal): -10930535 or 10040921. OLE color: 10040921.

HSL color Cylindrical-coordinate representation of color #593699: hue angle of 261.21º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593699 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8954153-
CMYK0.420.6500.4
HSL261.21º47.83%40.59%-
HSV(B)261.21º64.71%60%-
XYZ11.197.0630.91-
YUV75.75171.6137.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=30.07%
G=18.24%
B=51.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89541530.420.6500.4261.2147.8340.59
Hex5936992A410281053029
Octal13166231521010504056051
Binary10110011101101001100110101010000010101000100000101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593699; }

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

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

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

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

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

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

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

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