#593A9B

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

Shades of Daisy Bush #593A9B

Tints of Daisy Bush #593A9B

Color information

#593A9B (or 0x593A9B) is unknown color: approx Daisy Bush. HEX triplet: 59, 3A and 9B. RGB value is (89,58,155). Sum of RGB (Red+Green+Blue) = 89+58+155=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #593A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A9B is #A6C564. Grayscale: #4D4D4D. Windows color (decimal): -10929509 or 10173017. OLE color: 10173017.

HSL color Cylindrical-coordinate representation of color #593A9B: hue angle of 259.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #593A9B is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8958155-
CMYK0.430.6300.39
HSL259.18º45.54%41.76%-
HSV(B)259.18º62.58%60.78%-
XYZ11.557.5231.85-
YUV78.33171.27135.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=29.47%
G=19.21%
B=51.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89581550.430.6300.39259.1845.5441.76
Hex593A9B2B3F0271032e2a
Octal1317223353770474035652
Binary1011001111010100110111010111111110100111100000011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,58,155); }

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

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

 a { background-color: rgb(89,58,155); }

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

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

 span { border-color: rgb(89,58,155); }

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