Html Css Color HEX #57525D Mulled Wine

📋 copy color: '#57525D'

red 87 ◦ green 82 ◦ blue 93

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

Shades of Mulled Wine #57525D

Tints of Mulled Wine #57525D

RGB

 RED value IS 87 (34.38% from 255) = 33.21%

 GREEN value IS 82 (32.42% from 255) = 31.3%

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 33.21%
G = 31.3%
B = 35.5%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57525D (or 0x57525D) is known color: Mulled Wine. HEX triplet: 57, 52 and 5D. RGB value is (87,82,93). Sum of RGB (Red+Green+Blue) = 87+82+93=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #57525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57525D is #A8ADA2. Grayscale: #545454. Windows color (decimal): -11054499 or 6115927. OLE color: 6115927.

HSL color Cylindrical-coordinate representation of color #57525D: hue angle of 267.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #57525D is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 82 93 -
CMYK 0.06 0.12 0 0.64
HSL 267.27º 0.06% 0.34% -
HSV(B) 267.27º 0.12% 0.36% -
XYZ 8.92 8.85 11.59 -
YUV 84.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 87 82 93 0.06 0.12 0 0.64 267.27 0.06 0.34
Hex 57 52 5D 6 C 0 40 10B 6 22
Octal 127 122 135 6 14 0 100 413 6 42
Binary 1010111 1010010 1011101 110 1100 0 1000000 100001011 110 100010

Color Harmonies of #57525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57525D

Black with #57525D

Text Example


Text Example

White with #57525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57525D; }

 p { color: rgb(87,82,93); }

 H1.HeaderClassName
 {
   color: #57525D;
 }
 .AnyTagClassName
 {
   color: #57525D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #57525D;
 }
 .BgClassName
 {
   background-color: #57525D;
 }
</style>

border-color css

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

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

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