#593C5E

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

Shades of Bossanova #593C5E

Tints of Bossanova #593C5E

Color information

#593C5E (or 0x593C5E) is unknown color: approx Bossanova. HEX triplet: 59, 3C and 5E. RGB value is (89,60,94). Sum of RGB (Red+Green+Blue) = 89+60+94=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #593C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C5E is #A6C3A1. Grayscale: #484848. Windows color (decimal): -10929058 or 6175833. OLE color: 6175833.

HSL color Cylindrical-coordinate representation of color #593C5E: hue angle of 291.18º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #593C5E is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB896094-
CMYK0.050.3600.63
HSL291.18º22.08%30.2%-
HSV(B)291.18º36.17%36.86%-
XYZ7.766.1611.37-
YUV72.55140.11139.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.63%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=36.63%
G=24.69%
B=38.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8960940.050.3600.63291.1822.0830.2
Hex593C5E52403F123161e
Octal131741365440774432636
Binary1011001111100101111010110010001111111001000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,60,94); }

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

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

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

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

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

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

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