#57405B

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

Shades of Bossanova #57405B

Tints of Bossanova #57405B

Color information

#57405B (or 0x57405B) is unknown color: approx Bossanova. HEX triplet: 57, 40 and 5B. RGB value is (87,64,91). Sum of RGB (Red+Green+Blue) = 87+64+91=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #57405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57405B is #A8BFA4. Grayscale: #494949. Windows color (decimal): -11059109 or 5980247. OLE color: 5980247.

HSL color Cylindrical-coordinate representation of color #57405B: hue angle of 291.11º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57405B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB876491-
CMYK0.040.3000.64
HSL291.11º17.42%30.39%-
HSV(B)291.11º29.67%35.69%-
XYZ7.656.4510.74-
YUV73.96137.62137.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=35.95%
G=26.45%
B=37.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8764910.040.3000.64291.1117.4230.39
Hex57405B41E040123111e
Octal12710013343601004432136
Binary10101111000000101101110011110010000001001000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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