Html Css Color HEX #57545F Mulled Wine

📋 copy color: '#57545F'

red 87 ◦ green 84 ◦ blue 95

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

Shades of Mulled Wine #57545F

Tints of Mulled Wine #57545F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

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

R = 32.71%
G = 31.58%
B = 35.71%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57545F (or 0x57545F) is known color: Mulled Wine. HEX triplet: 57, 54 and 5F. RGB value is (87,84,95). Sum of RGB (Red+Green+Blue) = 87+84+95=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 95 - color contains mainly: blue. Hex color #57545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57545F is #A8ABA0. Grayscale: #565656. Windows color (decimal): -11053985 or 6247511. OLE color: 6247511.

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

Color convert

RGB 87 84 95 -
CMYK 0.08 0.12 0 0.63
HSL 256.36º 0.06% 0.35% -
HSV(B) 256.36º 0.12% 0.37% -
XYZ 9.17 9.19 12.12 -
YUV 86.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 87 84 95 0.08 0.12 0 0.63 256.36 0.06 0.35
Hex 57 54 5F 8 C 0 3F 100 6 23
Octal 127 124 137 10 14 0 77 400 6 43
Binary 1010111 1010100 1011111 1000 1100 0 111111 100000000 110 100011

Color Harmonies of #57545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57545F

Black with #57545F

Text Example


Text Example

White with #57545F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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