#593392

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

Shades of Daisy Bush #593392

Tints of Daisy Bush #593392

Color information

#593392 (or 0x593392) is unknown color: approx Daisy Bush. HEX triplet: 59, 33 and 92. RGB value is (89,51,146). Sum of RGB (Red+Green+Blue) = 89+51+146=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #593392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593392 is #A6CC6D. Grayscale: #484848. Windows color (decimal): -10931310 or 9581401. OLE color: 9581401.

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

Color convert

RGB8951146-
CMYK0.390.6500.43
HSL264º48.22%38.63%-
HSV(B)264º65.07%57.25%-
XYZ10.496.5727.91-
YUV73.19169.09139.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.12%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=31.12%
G=17.83%
B=51.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89511460.390.6500.4326448.2238.63
Hex593392274102B1083027
Octal13163222471010534106047
Binary10110011100111001001010011110000010101011100001000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593392; }

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

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

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

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

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

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

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

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