Html Css Color HEX #564A62 Mulled Wine

📋 copy color: '#564A62'

red 86 ◦ green 74 ◦ blue 98

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

Shades of Mulled Wine #564A62

Tints of Mulled Wine #564A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.98%

R = 33.33%
G = 28.68%
B = 37.98%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564A62 (or 0x564A62) is known color: Mulled Wine. HEX triplet: 56, 4A and 62. RGB value is (86,74,98). Sum of RGB (Red+Green+Blue) = 86+74+98=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #564A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A62 is #A9B59D. Grayscale: #505050. Windows color (decimal): -11122078 or 6441558. OLE color: 6441558.

HSL color Cylindrical-coordinate representation of color #564A62: hue angle of 270º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564A62 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 74 98 -
CMYK 0.12 0.24 0 0.62
HSL 270º 0.14% 0.34% -
HSV(B) 270º 0.24% 0.38% -
XYZ 8.49 7.76 12.61 -
YUV 80.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 86 74 98 0.12 0.24 0 0.62 270 0.14 0.34
Hex 56 4A 62 C 18 0 3E 10E E 22
Octal 126 112 142 14 30 0 76 416 16 42
Binary 1010110 1001010 1100010 1100 11000 0 111110 100001110 1110 100010

Color Harmonies of #564A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A62

Black with #564A62

Text Example


Text Example

White with #564A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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