#57445A

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

Shades of Bossanova #57445A

Tints of Bossanova #57445A

Color information

#57445A (or 0x57445A) is unknown color: approx Bossanova. HEX triplet: 57, 44 and 5A. RGB value is (87,68,90). Sum of RGB (Red+Green+Blue) = 87+68+90=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #57445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57445A is #A8BBA5. Grayscale: #4C4C4C. Windows color (decimal): -11058086 or 5915735. OLE color: 5915735.

HSL color Cylindrical-coordinate representation of color #57445A: hue angle of 291.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57445A is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB876890-
CMYK0.030.2400.65
HSL291.82º13.92%30.98%-
HSV(B)291.82º24.44%35.29%-
XYZ7.846.910.59-
YUV76.19135.79135.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=35.51%
G=27.76%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8768900.030.2400.65291.8213.9230.98
Hex57445A318041124e1f
Octal12710413233001014441637
Binary101011110001001011010111100001000001100100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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