Html Css Color HEX #57555F Mulled Wine

📋 copy color: '#57555F'

red 87 ◦ green 85 ◦ blue 95

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

Shades of Mulled Wine #57555F

Tints of Mulled Wine #57555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.58%

R = 32.58%
G = 31.84%
B = 35.58%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57555F (or 0x57555F) is known color: Mulled Wine. HEX triplet: 57, 55 and 5F. RGB value is (87,85,95). Sum of RGB (Red+Green+Blue) = 87+85+95=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 95 - color contains mainly: blue. Hex color #57555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57555F is #A8AAA0. Grayscale: #565656. Windows color (decimal): -11053729 or 6247767. OLE color: 6247767.

HSL color Cylindrical-coordinate representation of color #57555F: hue angle of 252º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #57555F is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 85 95 -
CMYK 0.08 0.11 0 0.63
HSL 252º 0.06% 0.35% -
HSV(B) 252º 0.11% 0.37% -
XYZ 9.24 9.35 12.14 -
YUV 86.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 87 85 95 0.08 0.11 0 0.63 252 0.06 0.35
Hex 57 55 5F 8 B 0 3F FC 6 23
Octal 127 125 137 10 13 0 77 374 6 43
Binary 1010111 1010101 1011111 1000 1011 0 111111 11111100 110 100011

Color Harmonies of #57555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57555F

Black with #57555F

Text Example


Text Example

White with #57555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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