Html Css Color HEX #564861 Mulled Wine

📋 copy color: '#564861'

red 86 ◦ green 72 ◦ blue 97

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

Shades of Mulled Wine #564861

Tints of Mulled Wine #564861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 33.73%
G = 28.24%
B = 38.04%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564861 (or 0x564861) is known color: Mulled Wine. HEX triplet: 56, 48 and 61. RGB value is (86,72,97). Sum of RGB (Red+Green+Blue) = 86+72+97=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #564861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564861 is #A9B79E. Grayscale: #4E4E4E. Windows color (decimal): -11122591 or 6375510. OLE color: 6375510.

HSL color Cylindrical-coordinate representation of color #564861: hue angle of 273.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564861 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 72 97 -
CMYK 0.11 0.26 0 0.62
HSL 273.6º 0.15% 0.33% -
HSV(B) 273.6º 0.26% 0.38% -
XYZ 8.31 7.48 12.31 -
YUV 79.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 86 72 97 0.11 0.26 0 0.62 273.6 0.15 0.33
Hex 56 48 61 B 1A 0 3E 112 F 21
Octal 126 110 141 13 32 0 76 422 17 41
Binary 1010110 1001000 1100001 1011 11010 0 111110 100010010 1111 100001

Color Harmonies of #564861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564861

Black with #564861

Text Example


Text Example

White with #564861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564861; }

 p { color: rgb(86,72,97); }

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

background-color css

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

 a { background-color: rgb(86,72,97); }

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

border-color css

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

 span { border-color: rgb(86,72,97); }

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