#574257

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

Shades of Bossanova #574257

Tints of Bossanova #574257

Color information

#574257 (or 0x574257) is unknown color: approx Bossanova. HEX triplet: 57, 42 and 57. RGB value is (87,66,87). Sum of RGB (Red+Green+Blue) = 87+66+87=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #574257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574257 is #A8BDA8. Grayscale: #4A4A4A. Windows color (decimal): -11058601 or 5718615. OLE color: 5718615.

HSL color Cylindrical-coordinate representation of color #574257: hue angle of 300º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #574257 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB876687-
CMYK00.2400.66
HSL300º13.73%30%-
HSV(B)300º24.14%34.12%-
XYZ7.66.619.89-
YUV74.67134.96136.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=36.25%
G=27.5%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87668700.2400.6630013.7330
Hex57425701804212ce1e
Octal12710212703001024541636
Binary10101111000010101011101100001000010100101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574257; }

 p { color: rgb(87,66,87); }

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

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

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

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

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

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

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