#593595

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

Shades of Daisy Bush #593595

Tints of Daisy Bush #593595

Color information

#593595 (or 0x593595) is unknown color: approx Daisy Bush. HEX triplet: 59, 35 and 95. RGB value is (89,53,149). Sum of RGB (Red+Green+Blue) = 89+53+149=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #593595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593595 is #A6CA6A. Grayscale: #4A4A4A. Windows color (decimal): -10930795 or 9778521. OLE color: 9778521.

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

Color convert

RGB8953149-
CMYK0.400.6400.42
HSL262.5º47.52%39.61%-
HSV(B)262.5º64.43%58.43%-
XYZ10.826.8429.18-
YUV74.71169.93138.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.58%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=30.58%
G=18.21%
B=51.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89531490.400.6400.42262.547.5239.61
Hex593595284002A1063028
Octal13165225501000524066050
Binary10110011101011001010110100010000000101010100000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593595; }

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

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

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

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

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

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

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

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