#57405D

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

Shades of Bossanova #57405D

Tints of Bossanova #57405D

Color information

#57405D (or 0x57405D) is unknown color: approx Bossanova. HEX triplet: 57, 40 and 5D. RGB value is (87,64,93). Sum of RGB (Red+Green+Blue) = 87+64+93=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #57405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57405D is #A8BFA2. Grayscale: #4A4A4A. Windows color (decimal): -11059107 or 6111319. OLE color: 6111319.

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

Color convert

RGB876493-
CMYK0.060.3100.64
HSL287.59º18.47%30.78%-
HSV(B)287.59º31.18%36.47%-
XYZ7.746.4811.2-
YUV74.18138.62137.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=35.66%
G=26.23%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8764930.060.3100.64287.5918.4730.78
Hex57405D61F040120121f
Octal12710013563701004402237
Binary10101111000000101110111011111010000001001000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57405D; }

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

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

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

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

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

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

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

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