#593696

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

Shades of Daisy Bush #593696

Tints of Daisy Bush #593696

Color information

#593696 (or 0x593696) is unknown color: approx Daisy Bush. HEX triplet: 59, 36 and 96. RGB value is (89,54,150). Sum of RGB (Red+Green+Blue) = 89+54+150=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #593696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593696 is #A6C969. Grayscale: #4B4B4B. Windows color (decimal): -10930538 or 9844313. OLE color: 9844313.

HSL color Cylindrical-coordinate representation of color #593696: hue angle of 261.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #593696 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8954150-
CMYK0.410.6400.41
HSL261.88º47.06%40%-
HSV(B)261.88º64%58.82%-
XYZ10.946.9629.62-
YUV75.41170.1137.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=30.38%
G=18.43%
B=51.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89541500.410.6400.41261.8847.0640
Hex59369629400291062f28
Octal13166226511000514065750
Binary10110011101101001011010100110000000101001100000110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593696; }

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

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

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

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

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

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

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

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