#57415B

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

Shades of Bossanova #57415B

Tints of Bossanova #57415B

Color information

#57415B (or 0x57415B) is unknown color: approx Bossanova. HEX triplet: 57, 41 and 5B. RGB value is (87,65,91). Sum of RGB (Red+Green+Blue) = 87+65+91=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #57415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57415B is #A8BEA4. Grayscale: #4A4A4A. Windows color (decimal): -11058853 or 5980503. OLE color: 5980503.

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

Color convert

RGB876591-
CMYK0.040.2900.64
HSL290.77º16.67%30.59%-
HSV(B)290.77º28.57%35.69%-
XYZ7.716.5610.76-
YUV74.54137.29136.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=35.80%
G=26.75%
B=37.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8765910.040.2900.64290.7716.6730.59
Hex57415B41D040123111f
Octal12710113343501004432137
Binary10101111000001101101110011101010000001001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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