#57455B

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

Shades of Bossanova #57455B

Tints of Bossanova #57455B

Color information

#57455B (or 0x57455B) is unknown color: approx Bossanova. HEX triplet: 57, 45 and 5B. RGB value is (87,69,91). Sum of RGB (Red+Green+Blue) = 87+69+91=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #57455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57455B is #A8BAA4. Grayscale: #4C4C4C. Windows color (decimal): -11057829 or 5981527. OLE color: 5981527.

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

Color convert

RGB876991-
CMYK0.040.2400.64
HSL289.09º13.75%31.37%-
HSV(B)289.09º24.18%35.69%-
XYZ7.957.0410.84-
YUV76.89135.96135.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=35.22%
G=27.94%
B=36.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8769910.040.2400.64289.0913.7531.37
Hex57455B418040121e1f
Octal12710513343001004411637
Binary1010111100010110110111001100001000000100100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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