Html Css Color HEX #56505D Mulled Wine

📋 copy color: '#56505D'

red 86 ◦ green 80 ◦ blue 93

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

Shades of Mulled Wine #56505D

Tints of Mulled Wine #56505D

RGB

 RED value IS 86 (33.98% from 255) = 33.2%

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 33.2%
G = 30.89%
B = 35.91%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56505D (or 0x56505D) is known color: Mulled Wine. HEX triplet: 56, 50 and 5D. RGB value is (86,80,93). Sum of RGB (Red+Green+Blue) = 86+80+93=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 93 - color contains mainly: blue. Hex color #56505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56505D is #A9AFA2. Grayscale: #535353. Windows color (decimal): -11120547 or 6115414. OLE color: 6115414.

HSL color Cylindrical-coordinate representation of color #56505D: hue angle of 267.69º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56505D is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 80 93 -
CMYK 0.08 0.14 0 0.64
HSL 267.69º 0.08% 0.34% -
HSV(B) 267.69º 0.14% 0.36% -
XYZ 8.68 8.51 11.54 -
YUV 83.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 86 80 93 0.08 0.14 0 0.64 267.69 0.08 0.34
Hex 56 50 5D 8 E 0 40 10C 8 22
Octal 126 120 135 10 16 0 100 414 10 42
Binary 1010110 1010000 1011101 1000 1110 0 1000000 100001100 1000 100010

Color Harmonies of #56505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56505D

Black with #56505D

Text Example


Text Example

White with #56505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,80,93); }

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

background-color css

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

 a { background-color: rgb(86,80,93); }

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

border-color css

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

 span { border-color: rgb(86,80,93); }

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