#57494C

Color #57494C Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #57494C

Tints of Don Juan #57494C

Color information

#57494C (or 0x57494C) is unknown color: approx Don Juan. HEX triplet: 57, 49 and 4C. RGB value is (87,73,76). Sum of RGB (Red+Green+Blue) = 87+73+76=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #57494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57494C is #A8B6B3. Grayscale: #4D4D4D. Windows color (decimal): -11056820 or 4999511. OLE color: 4999511.

HSL color Cylindrical-coordinate representation of color #57494C: hue angle of 347.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57494C is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB877376-
CMYK00.160.130.66
HSL347.14º8.75%31.37%-
HSV(B)347.14º16.09%34.12%-
XYZ7.627.317.85-
YUV77.53127.14134.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=36.86%
G=30.93%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87737600.160.130.66347.148.7531.37
Hex57494C010D4215b91f
Octal127111114020151025331137
Binary10101111001001100110001000011011000010101011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57494C; }

 p { color: rgb(87,73,76); }

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

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

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

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

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

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

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