#593A9C

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

Shades of Daisy Bush #593A9C

Tints of Daisy Bush #593A9C

Color information

#593A9C (or 0x593A9C) is unknown color: approx Daisy Bush. HEX triplet: 59, 3A and 9C. RGB value is (89,58,156). Sum of RGB (Red+Green+Blue) = 89+58+156=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #593A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A9C is #A6C563. Grayscale: #4E4E4E. Windows color (decimal): -10929508 or 10238553. OLE color: 10238553.

HSL color Cylindrical-coordinate representation of color #593A9C: hue angle of 258.98º 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 #593A9C is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8958156-
CMYK0.430.6300.39
HSL258.98º45.79%41.96%-
HSV(B)258.98º62.82%61.18%-
XYZ11.637.5532.3-
YUV78.44171.77135.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 156 (61.33% from 255) = 51.49%
R=29.37%
G=19.14%
B=51.49%

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
Decimal89581560.430.6300.39258.9845.7941.96
Hex593A9C2B3F0271032e2a
Octal1317223453770474035652
Binary1011001111010100111001010111111110100111100000011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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