#573F59

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

Shades of Bossanova #573F59

Tints of Bossanova #573F59

Color information

#573F59 (or 0x573F59) is unknown color: approx Bossanova. HEX triplet: 57, 3F and 59. RGB value is (87,63,89). Sum of RGB (Red+Green+Blue) = 87+63+89=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #573F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573F59 is #A8C0A6. Grayscale: #494949. Windows color (decimal): -11059367 or 5848919. OLE color: 5848919.

HSL color Cylindrical-coordinate representation of color #573F59: hue angle of 295.38º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #573F59 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB876389-
CMYK0.020.2900.65
HSL295.38º17.11%29.8%-
HSV(B)295.38º29.21%34.9%-
XYZ7.516.310.27-
YUV73.14136.95137.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=36.40%
G=26.36%
B=37.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8763890.020.2900.65295.3817.1129.8
Hex573F5921D041127111e
Octal1277713123501014472136
Binary101011111111110110011011101010000011001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573F59; }

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

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

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

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

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

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

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

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