Html Css Color HEX #564A65 Mulled Wine

📋 copy color: '#564A65'

red 86 ◦ green 74 ◦ blue 101

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

Shades of Mulled Wine #564A65

Tints of Mulled Wine #564A65

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 32.95%
G = 28.35%
B = 38.7%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#564A65 (or 0x564A65) is known color: Mulled Wine. HEX triplet: 56, 4A and 65. RGB value is (86,74,101). Sum of RGB (Red+Green+Blue) = 86+74+101=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #564A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A65 is #A9B59A. Grayscale: #505050. Windows color (decimal): -11122075 or 6638166. OLE color: 6638166.

HSL color Cylindrical-coordinate representation of color #564A65: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564A65 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 74 101 -
CMYK 0.15 0.27 0 0.60
HSL 266.67º 0.15% 0.34% -
HSV(B) 266.67º 0.27% 0.4% -
XYZ 8.64 7.82 13.37 -
YUV 80.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 86 74 101 0.15 0.27 0 0.60 266.67 0.15 0.34
Hex 56 4A 65 F 1B 0 3C 10B F 22
Octal 126 112 145 17 33 0 74 413 17 42
Binary 1010110 1001010 1100101 1111 11011 0 111100 100001011 1111 100010

Color Harmonies of #564A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A65

Black with #564A65

Text Example


Text Example

White with #564A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,74,101); }

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

background-color css

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

 a { background-color: rgb(86,74,101); }

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

border-color css

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

 span { border-color: rgb(86,74,101); }

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