#573F5D

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

Shades of Bossanova #573F5D

Tints of Bossanova #573F5D

Color information

#573F5D (or 0x573F5D) is unknown color: approx Bossanova. HEX triplet: 57, 3F and 5D. RGB value is (87,63,93). Sum of RGB (Red+Green+Blue) = 87+63+93=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #573F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573F5D is #A8C0A2. Grayscale: #494949. Windows color (decimal): -11059363 or 6111063. OLE color: 6111063.

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

Color convert

RGB876393-
CMYK0.060.3200.64
HSL288º19.23%30.59%-
HSV(B)288º32.26%36.47%-
XYZ7.686.3711.18-
YUV73.6138.95137.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=35.80%
G=25.93%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8763930.060.3200.6428819.2330.59
Hex573F5D620040120131f
Octal1277713564001004402337
Binary10101111111111011101110100000010000001001000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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