#57445B

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

Shades of Bossanova #57445B

Tints of Bossanova #57445B

Color information

#57445B (or 0x57445B) is unknown color: approx Bossanova. HEX triplet: 57, 44 and 5B. RGB value is (87,68,91). Sum of RGB (Red+Green+Blue) = 87+68+91=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #57445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57445B is #A8BBA4. Grayscale: #4C4C4C. Windows color (decimal): -11058085 or 5981271. OLE color: 5981271.

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

Color convert

RGB876891-
CMYK0.040.2500.64
HSL289.57º14.47%31.18%-
HSV(B)289.57º25.27%35.69%-
XYZ7.896.9210.82-
YUV76.3136.29135.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=35.37%
G=27.64%
B=36.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8768910.040.2500.64289.5714.4731.18
Hex57445B419040122e1f
Octal12710413343101004421637
Binary1010111100010010110111001100101000000100100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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