Html Css Color HEX #57494C Don Juan

📋 copy color: '#57494C'

red 87 ◦ green 73 ◦ blue 76

#57494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Don Juan #57494C

Tints of Don Juan #57494C

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.2%

R = 36.86%
G = 30.93%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57494C (or 0x57494C) is known color: 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

RGB 87 73 76 -
CMYK 0 0.16 0.13 0.66
HSL 347.14º 0.09% 0.31% -
HSV(B) 347.14º 0.16% 0.34% -
XYZ 7.62 7.31 7.85 -
YUV 77.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 87 73 76 0 0.16 0.13 0.66 347.14 0.09 0.31
Hex 57 49 4C 0 10 D 42 15B 9 1F
Octal 127 111 114 0 20 15 102 533 11 37
Binary 1010111 1001001 1001100 0 10000 1101 1000010 101011011 1001 11111

Color Harmonies of #57494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57494C

Black with #57494C

Text Example


Text Example

White with #57494C

Text Example


Text Example

HTML Codes & Css Web 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>