#593FA5

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

Shades of Daisy Bush #593FA5

Tints of Daisy Bush #593FA5

Color information

#593FA5 (or 0x593FA5) is unknown color: approx Daisy Bush. HEX triplet: 59, 3F and A5. RGB value is (89,63,165). Sum of RGB (Red+Green+Blue) = 89+63+165=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #593FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593FA5 is #A6C05A. Grayscale: #525252. Windows color (decimal): -10928219 or 10829657. OLE color: 10829657.

HSL color Cylindrical-coordinate representation of color #593FA5: hue angle of 255.29º 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 #593FA5 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8963165-
CMYK0.460.6200.35
HSL255.29º44.74%44.71%-
HSV(B)255.29º61.82%64.71%-
XYZ12.698.436.55-
YUV82.4174.61132.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 165 (64.84% from 255) = 52.05%
R=28.08%
G=19.87%
B=52.05%

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
Decimal89631650.460.6200.35255.2944.7444.71
Hex593FA52E3E023ff2d2d
Octal1317724556760433775555
Binary101100111111110100101101110111110010001111111111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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