Html Css Color HEX #56505C Mulled Wine

📋 copy color: '#56505C'

red 86 ◦ green 80 ◦ blue 92

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

Shades of Mulled Wine #56505C

Tints of Mulled Wine #56505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 33.33%
G = 31.01%
B = 35.66%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56505C (or 0x56505C) is known color: Mulled Wine. HEX triplet: 56, 50 and 5C. RGB value is (86,80,92). Sum of RGB (Red+Green+Blue) = 86+80+92=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 92 - color contains mainly: blue. Hex color #56505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56505C is #A9AFA3. Grayscale: #535353. Windows color (decimal): -11120548 or 6049878. OLE color: 6049878.

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

Color convert

RGB 86 80 92 -
CMYK 0.07 0.13 0 0.64
HSL 270º 0.07% 0.34% -
HSV(B) 270º 0.13% 0.36% -
XYZ 8.64 8.49 11.31 -
YUV 83.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 86 80 92 0.07 0.13 0 0.64 270 0.07 0.34
Hex 56 50 5C 7 D 0 40 10E 7 22
Octal 126 120 134 7 15 0 100 416 7 42
Binary 1010110 1010000 1011100 111 1101 0 1000000 100001110 111 100010

Color Harmonies of #56505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56505C

Black with #56505C

Text Example


Text Example

White with #56505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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