#593390

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

Shades of Daisy Bush #593390

Tints of Daisy Bush #593390

Color information

#593390 (or 0x593390) is unknown color: approx Daisy Bush. HEX triplet: 59, 33 and 90. RGB value is (89,51,144). Sum of RGB (Red+Green+Blue) = 89+51+144=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #593390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593390 is #A6CC6F. Grayscale: #484848. Windows color (decimal): -10931312 or 9450329. OLE color: 9450329.

HSL color Cylindrical-coordinate representation of color #593390: hue angle of 264.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593390 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8951144-
CMYK0.380.6500.44
HSL264.52º47.69%38.24%-
HSV(B)264.52º64.58%56.47%-
XYZ10.346.5127.1-
YUV72.96168.09139.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=31.34%
G=17.96%
B=50.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89511440.380.6500.44264.5247.6938.24
Hex593390264102C1093026
Octal13163220461010544116046
Binary10110011100111001000010011010000010101100100001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593390; }

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

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

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

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

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

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

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

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