#593592

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

Shades of Daisy Bush #593592

Tints of Daisy Bush #593592

Color information

#593592 (or 0x593592) is unknown color: approx Daisy Bush. HEX triplet: 59, 35 and 92. RGB value is (89,53,146). Sum of RGB (Red+Green+Blue) = 89+53+146=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #593592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593592 is #A6CA6D. Grayscale: #4A4A4A. Windows color (decimal): -10930798 or 9581913. OLE color: 9581913.

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

Color convert

RGB8953146-
CMYK0.390.6400.43
HSL263.23º46.73%39.02%-
HSV(B)263.23º63.7%57.25%-
XYZ10.586.7527.94-
YUV74.37168.43138.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=30.90%
G=18.40%
B=50.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89531460.390.6400.43263.2346.7339.02
Hex593592274002B1072f27
Octal13165222471000534075747
Binary10110011101011001001010011110000000101011100000111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593592; }

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

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

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

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

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

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

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

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