#574D57

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

Shades of Bossanova #574D57

Tints of Bossanova #574D57

Color information

#574D57 (or 0x574D57) is unknown color: approx Bossanova. HEX triplet: 57, 4D and 57. RGB value is (87,77,87). Sum of RGB (Red+Green+Blue) = 87+77+87=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #574D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D57 is #A8B2A8. Grayscale: #515151. Windows color (decimal): -11055785 or 5721431. OLE color: 5721431.

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

Color convert

RGB877787-
CMYK00.1100.66
HSL300º6.1%32.16%-
HSV(B)300º11.49%34.12%-
XYZ8.38.0210.13-
YUV81.13131.31132.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.66%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=34.66%
G=30.68%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87778700.1100.663006.132.16
Hex574D570B04212c620
Octal1271151270130102454640
Binary1010111100110110101110101101000010100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574D57; }

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

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

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

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

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

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

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

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