#593395

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

Shades of Daisy Bush #593395

Tints of Daisy Bush #593395

Color information

#593395 (or 0x593395) is unknown color: approx Daisy Bush. HEX triplet: 59, 33 and 95. RGB value is (89,51,149). Sum of RGB (Red+Green+Blue) = 89+51+149=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #593395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593395 is #A6CC6A. Grayscale: #494949. Windows color (decimal): -10931307 or 9778009. OLE color: 9778009.

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

Color convert

RGB8951149-
CMYK0.400.6600.42
HSL263.27º49%39.22%-
HSV(B)263.27º65.77%58.43%-
XYZ10.736.6629.15-
YUV73.53170.59139.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=30.80%
G=17.65%
B=51.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89511490.400.6600.42263.274939.22
Hex593395284202A1073127
Octal13163225501020524076147
Binary10110011100111001010110100010000100101010100000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593395; }

 p { color: rgb(89,51,149); }

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

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

 a { background-color: rgb(89,51,149); }

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

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

 span { border-color: rgb(89,51,149); }

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