#593F99

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

Shades of Daisy Bush #593F99

Tints of Daisy Bush #593F99

Color information

#593F99 (or 0x593F99) is unknown color: approx Daisy Bush. HEX triplet: 59, 3F and 99. RGB value is (89,63,153). Sum of RGB (Red+Green+Blue) = 89+63+153=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #593F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593F99 is #A6C066. Grayscale: #505050. Windows color (decimal): -10928231 or 10043225. OLE color: 10043225.

HSL color Cylindrical-coordinate representation of color #593F99: hue angle of 257.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #593F99 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8963153-
CMYK0.420.5900.4
HSL257.33º41.67%42.35%-
HSV(B)257.33º58.82%60%-
XYZ11.657.9831.06-
YUV81.03168.61133.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 63 (25% from 255) = 20.66%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=29.18%
G=20.66%
B=50.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89631530.420.5900.4257.3341.6742.35
Hex593F992A3B0281012a2a
Octal1317723152730504015252
Binary1011001111111100110011010101110110101000100000001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593F99; }

 p { color: rgb(89,63,153); }

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

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

 a { background-color: rgb(89,63,153); }

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

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

 span { border-color: rgb(89,63,153); }

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