Html Css Color HEX #57555D Mulled Wine

📋 copy color: '#57555D'

red 87 ◦ green 85 ◦ blue 93

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

Shades of Mulled Wine #57555D

Tints of Mulled Wine #57555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 32.83%
G = 32.08%
B = 35.09%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57555D (or 0x57555D) is known color: Mulled Wine. HEX triplet: 57, 55 and 5D. RGB value is (87,85,93). Sum of RGB (Red+Green+Blue) = 87+85+93=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #57555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57555D is #A8AAA2. Grayscale: #565656. Windows color (decimal): -11053731 or 6116695. OLE color: 6116695.

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

Color convert

RGB 87 85 93 -
CMYK 0.06 0.09 0 0.64
HSL 255º 0.04% 0.35% -
HSV(B) 255º 0.09% 0.36% -
XYZ 9.15 9.31 11.67 -
YUV 86.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 87 85 93 0.06 0.09 0 0.64 255 0.04 0.35
Hex 57 55 5D 6 9 0 40 FF 4 23
Octal 127 125 135 6 11 0 100 377 4 43
Binary 1010111 1010101 1011101 110 1001 0 1000000 11111111 100 100011

Color Harmonies of #57555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57555D

Black with #57555D

Text Example


Text Example

White with #57555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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