#593A9F

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

Shades of Daisy Bush #593A9F

Tints of Daisy Bush #593A9F

Color information

#593A9F (or 0x593A9F) is unknown color: approx Daisy Bush. HEX triplet: 59, 3A and 9F. RGB value is (89,58,159). Sum of RGB (Red+Green+Blue) = 89+58+159=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #593A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A9F is #A6C560. Grayscale: #4E4E4E. Windows color (decimal): -10929505 or 10435161. OLE color: 10435161.

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

Color convert

RGB8958159-
CMYK0.440.6400.38
HSL258.42º46.54%42.55%-
HSV(B)258.42º63.52%62.35%-
XYZ11.897.6533.65-
YUV78.78173.27135.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 159 (62.5% from 255) = 51.96%
R=29.08%
G=18.95%
B=51.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89581590.440.6400.38258.4246.5442.55
Hex593A9F2C400261022f2b
Octal13172237541000464025753
Binary10110011110101001111110110010000000100110100000010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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