#593F5C

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

Shades of Bossanova #593F5C

Tints of Bossanova #593F5C

Color information

#593F5C (or 0x593F5C) is unknown color: approx Bossanova. HEX triplet: 59, 3F and 5C. RGB value is (89,63,92). Sum of RGB (Red+Green+Blue) = 89+63+92=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #593F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F5C is #A6C0A3. Grayscale: #494949. Windows color (decimal): -10928292 or 6045529. OLE color: 6045529.

HSL color Cylindrical-coordinate representation of color #593F5C: hue angle of 293.79º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #593F5C is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB896392-
CMYK0.030.3200.64
HSL293.79º18.71%30.39%-
HSV(B)293.79º31.52%36.08%-
XYZ7.836.4510.96-
YUV74.08138.11138.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 63 (25% from 255) = 25.82%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=36.48%
G=25.82%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8963920.030.3200.64293.7918.7130.39
Hex593F5C320040126131e
Octal1317713434001004462336
Binary1011001111111101110011100000010000001001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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