#593CA5

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

Shades of Daisy Bush #593CA5

Tints of Daisy Bush #593CA5

Color information

#593CA5 (or 0x593CA5) is unknown color: approx Daisy Bush. HEX triplet: 59, 3C and A5. RGB value is (89,60,165). Sum of RGB (Red+Green+Blue) = 89+60+165=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #593CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CA5 is #A6C35A. Grayscale: #505050. Windows color (decimal): -10928987 or 10828889. OLE color: 10828889.

HSL color Cylindrical-coordinate representation of color #593CA5: hue angle of 256.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #593CA5 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8960165-
CMYK0.460.6400.35
HSL256.57º46.67%44.12%-
HSV(B)256.57º63.64%64.71%-
XYZ12.538.0736.5-
YUV80.64175.61133.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 165 (64.84% from 255) = 52.55%
R=28.34%
G=19.11%
B=52.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89601650.460.6400.35256.5746.6744.12
Hex593CA52E400231012f2c
Octal13174245561000434015754
Binary10110011111001010010110111010000000100011100000001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593CA5; }

 p { color: rgb(89,60,165); }

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

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

 a { background-color: rgb(89,60,165); }

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

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

 span { border-color: rgb(89,60,165); }

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