#593B59

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

Shades of Bossanova #593B59

Tints of Bossanova #593B59

Color information

#593B59 (or 0x593B59) is unknown color: approx Bossanova. HEX triplet: 59, 3B and 59. RGB value is (89,59,89). Sum of RGB (Red+Green+Blue) = 89+59+89=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #593B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593B59 is #A6C4A6. Grayscale: #474747. Windows color (decimal): -10929319 or 5847897. OLE color: 5847897.

HSL color Cylindrical-coordinate representation of color #593B59: hue angle of 300º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #593B59 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB895989-
CMYK00.3400.65
HSL300º20.27%29.02%-
HSV(B)300º33.71%34.9%-
XYZ7.495.9710.21-
YUV71.39137.94140.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=37.55%
G=24.89%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89598900.3400.6530020.2729.02
Hex593B5902204112c141d
Octal1317313104201014542435
Binary101100111101110110010100010010000011001011001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,59,89); }

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

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

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

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

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

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

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