#593EA5

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

Shades of Daisy Bush #593EA5

Tints of Daisy Bush #593EA5

Color information

#593EA5 (or 0x593EA5) is unknown color: approx Daisy Bush. HEX triplet: 59, 3E and A5. RGB value is (89,62,165). Sum of RGB (Red+Green+Blue) = 89+62+165=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 165 (64.84% from 255 or 52.22% from 316); Max value from RGB is 165 - color contains mainly: blue. Hex color #593EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593EA5 is #A6C15A. Grayscale: #515151. Windows color (decimal): -10928475 or 10829401. OLE color: 10829401.

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

Color convert

RGB8962165-
CMYK0.460.6200.35
HSL255.73º45.37%44.51%-
HSV(B)255.73º62.42%64.71%-
XYZ12.638.2936.53-
YUV81.82174.95133.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 165 (64.84% from 255) = 52.22%
R=28.16%
G=19.62%
B=52.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89621650.460.6200.35255.7345.3744.51
Hex593EA52E3E0231002d2d
Octal1317624556760434005555
Binary1011001111110101001011011101111100100011100000000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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