Html Css Color HEX #564768 Mulled Wine

📋 copy color: '#564768'

red 86 ◦ green 71 ◦ blue 104

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

Shades of Mulled Wine #564768

Tints of Mulled Wine #564768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 32.95%
G = 27.2%
B = 39.85%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#564768 (or 0x564768) is known color: Mulled Wine. HEX triplet: 56, 47 and 68. RGB value is (86,71,104). Sum of RGB (Red+Green+Blue) = 86+71+104=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #564768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564768 is #A9B897. Grayscale: #4F4F4F. Windows color (decimal): -11122840 or 6834006. OLE color: 6834006.

HSL color Cylindrical-coordinate representation of color #564768: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #564768 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 71 104 -
CMYK 0.17 0.32 0 0.59
HSL 267.27º 0.19% 0.34% -
HSV(B) 267.27º 0.32% 0.41% -
XYZ 8.59 7.48 14.09 -
YUV 79.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 86 71 104 0.17 0.32 0 0.59 267.27 0.19 0.34
Hex 56 47 68 11 20 0 3B 10B 13 22
Octal 126 107 150 21 40 0 73 413 23 42
Binary 1010110 1000111 1101000 10001 100000 0 111011 100001011 10011 100010

Color Harmonies of #564768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564768

Black with #564768

Text Example


Text Example

White with #564768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564768; }

 p { color: rgb(86,71,104); }

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

background-color css

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

 a { background-color: rgb(86,71,104); }

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

border-color css

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

 span { border-color: rgb(86,71,104); }

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