#573857

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

Shades of Bossanova #573857

Tints of Bossanova #573857

Color information

#573857 (or 0x573857) is unknown color: approx Bossanova. HEX triplet: 57, 38 and 57. RGB value is (87,56,87). Sum of RGB (Red+Green+Blue) = 87+56+87=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #573857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573857 is #A8C7A8. Grayscale: #444444. Windows color (decimal): -11061161 or 5716055. OLE color: 5716055.

HSL color Cylindrical-coordinate representation of color #573857: hue angle of 300º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #573857 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB875687-
CMYK00.3600.66
HSL300º21.68%28.04%-
HSV(B)300º35.63%34.12%-
XYZ7.065.549.71-
YUV68.8138.27140.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=37.83%
G=24.35%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87568700.3600.6630021.6828.04
Hex57385702404212c161c
Octal1277012704401024542634
Binary101011111100010101110100100010000101001011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573857; }

 p { color: rgb(87,56,87); }

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

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

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

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

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

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

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