Html Css Color HEX #564D6C Mulled Wine

📋 copy color: '#564D6C'

red 86 ◦ green 77 ◦ blue 108

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

Shades of Mulled Wine #564D6C

Tints of Mulled Wine #564D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 31.73%
G = 28.41%
B = 39.85%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#564D6C (or 0x564D6C) is known color: Mulled Wine. HEX triplet: 56, 4D and 6C. RGB value is (86,77,108). Sum of RGB (Red+Green+Blue) = 86+77+108=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #564D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D6C is #A9B293. Grayscale: #535353. Windows color (decimal): -11121300 or 7097686. OLE color: 7097686.

HSL color Cylindrical-coordinate representation of color #564D6C: hue angle of 257.42º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #564D6C is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 77 108 -
CMYK 0.20 0.29 0 0.58
HSL 257.42º 0.17% 0.36% -
HSV(B) 257.42º 0.29% 0.42% -
XYZ 9.2 8.37 15.32 -
YUV 83.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 86 77 108 0.20 0.29 0 0.58 257.42 0.17 0.36
Hex 56 4D 6C 14 1D 0 3A 101 11 24
Octal 126 115 154 24 35 0 72 401 21 44
Binary 1010110 1001101 1101100 10100 11101 0 111010 100000001 10001 100100

Color Harmonies of #564D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D6C

Black with #564D6C

Text Example


Text Example

White with #564D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564D6C; }

 p { color: rgb(86,77,108); }

 H1.HeaderClassName
 {
   color: #564D6C;
 }
 .AnyTagClassName
 {
   color: #564D6C;
 }
</style>

background-color css

<style>
 a { background-color: #564D6C; }

 a { background-color: rgb(86,77,108); }

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

border-color css

<style>
 span { border-color: #564D6C; }

 span { border-color: rgb(86,77,108); }

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