#593193

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

Shades of Daisy Bush #593193

Tints of Daisy Bush #593193

Color information

#593193 (or 0x593193) is unknown color: approx Daisy Bush. HEX triplet: 59, 31 and 93. RGB value is (89,49,147). Sum of RGB (Red+Green+Blue) = 89+49+147=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #593193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593193 is #A6CE6C. Grayscale: #474747. Windows color (decimal): -10931821 or 9646425. OLE color: 9646425.

HSL color Cylindrical-coordinate representation of color #593193: hue angle of 264.49º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593193 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8949147-
CMYK0.390.6700.42
HSL264.49º50%38.43%-
HSV(B)264.49º66.67%57.65%-
XYZ10.486.4328.29-
YUV72.13170.25140.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=31.23%
G=17.19%
B=51.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89491470.390.6700.42264.495038.43
Hex593193274302A1083226
Octal13161223471030524106246
Binary10110011100011001001110011110000110101010100001000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593193; }

 p { color: rgb(89,49,147); }

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

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

 a { background-color: rgb(89,49,147); }

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

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

 span { border-color: rgb(89,49,147); }

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