Html Css Color HEX #57565A Mulled Wine

📋 copy color: '#57565A'

red 87 ◦ green 86 ◦ blue 90

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

Shades of Mulled Wine #57565A

Tints of Mulled Wine #57565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

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

R = 33.08%
G = 32.7%
B = 34.22%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57565A (or 0x57565A) is known color: Mulled Wine. HEX triplet: 57, 56 and 5A. RGB value is (87,86,90). Sum of RGB (Red+Green+Blue) = 87+86+90=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: blue. Hex color #57565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57565A is #A8A9A5. Grayscale: #565656. Windows color (decimal): -11053478 or 5920343. OLE color: 5920343.

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

Color convert

RGB 87 86 90 -
CMYK 0.03 0.04 0 0.65
HSL 255º 0.02% 0.35% -
HSV(B) 255º 0.04% 0.35% -
XYZ 9.1 9.42 11.01 -
YUV 86.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 87 86 90 0.03 0.04 0 0.65 255 0.02 0.35
Hex 57 56 5A 3 4 0 41 FF 2 23
Octal 127 126 132 3 4 0 101 377 2 43
Binary 1010111 1010110 1011010 11 100 0 1000001 11111111 10 100011

Color Harmonies of #57565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57565A

Black with #57565A

Text Example


Text Example

White with #57565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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