Html Css Color HEX #57545A Mulled Wine

📋 copy color: '#57545A'

red 87 ◦ green 84 ◦ blue 90

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

Shades of Mulled Wine #57545A

Tints of Mulled Wine #57545A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 33.33%
G = 32.18%
B = 34.48%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57545A (or 0x57545A) is known color: Mulled Wine. HEX triplet: 57, 54 and 5A. RGB value is (87,84,90). Sum of RGB (Red+Green+Blue) = 87+84+90=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #57545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57545A is #A8ABA5. Grayscale: #555555. Windows color (decimal): -11053990 or 5919831. OLE color: 5919831.

HSL color Cylindrical-coordinate representation of color #57545A: hue angle of 270º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #57545A is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 84 90 -
CMYK 0.03 0.07 0 0.65
HSL 270º 0.03% 0.34% -
HSV(B) 270º 0.07% 0.35% -
XYZ 8.95 9.11 10.96 -
YUV 85.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 87 84 90 0.03 0.07 0 0.65 270 0.03 0.34
Hex 57 54 5A 3 7 0 41 10E 3 22
Octal 127 124 132 3 7 0 101 416 3 42
Binary 1010111 1010100 1011010 11 111 0 1000001 100001110 11 100010

Color Harmonies of #57545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57545A

Black with #57545A

Text Example


Text Example

White with #57545A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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