Html Css Color HEX #564D69 Mulled Wine

📋 copy color: '#564D69'

red 86 ◦ green 77 ◦ blue 105

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

Shades of Mulled Wine #564D69

Tints of Mulled Wine #564D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.18%

R = 32.09%
G = 28.73%
B = 39.18%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#564D69 (or 0x564D69) is known color: Mulled Wine. HEX triplet: 56, 4D and 69. RGB value is (86,77,105). Sum of RGB (Red+Green+Blue) = 86+77+105=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #564D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D69 is #A9B296. Grayscale: #525252. Windows color (decimal): -11121303 or 6901078. OLE color: 6901078.

HSL color Cylindrical-coordinate representation of color #564D69: hue angle of 259.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564D69 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 77 105 -
CMYK 0.18 0.27 0 0.59
HSL 259.29º 0.15% 0.36% -
HSV(B) 259.29º 0.27% 0.41% -
XYZ 9.04 8.31 14.49 -
YUV 82.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 86 77 105 0.18 0.27 0 0.59 259.29 0.15 0.36
Hex 56 4D 69 12 1B 0 3B 103 F 24
Octal 126 115 151 22 33 0 73 403 17 44
Binary 1010110 1001101 1101001 10010 11011 0 111011 100000011 1111 100100

Color Harmonies of #564D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D69

Black with #564D69

Text Example


Text Example

White with #564D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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