Html Css Color HEX #564862 Mulled Wine

📋 copy color: '#564862'

red 86 ◦ green 72 ◦ blue 98

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

Shades of Mulled Wine #564862

Tints of Mulled Wine #564862

RGB

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

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

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

R = 33.59%
G = 28.13%
B = 38.28%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564862 (or 0x564862) is known color: Mulled Wine. HEX triplet: 56, 48 and 62. RGB value is (86,72,98). Sum of RGB (Red+Green+Blue) = 86+72+98=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #564862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564862 is #A9B79D. Grayscale: #4F4F4F. Windows color (decimal): -11122590 or 6441046. OLE color: 6441046.

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

Color convert

RGB 86 72 98 -
CMYK 0.12 0.27 0 0.62
HSL 272.31º 0.15% 0.33% -
HSV(B) 272.31º 0.27% 0.38% -
XYZ 8.36 7.5 12.56 -
YUV 79.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 86 72 98 0.12 0.27 0 0.62 272.31 0.15 0.33
Hex 56 48 62 C 1B 0 3E 110 F 21
Octal 126 110 142 14 33 0 76 420 17 41
Binary 1010110 1001000 1100010 1100 11011 0 111110 100010000 1111 100001

Color Harmonies of #564862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564862

Black with #564862

Text Example


Text Example

White with #564862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564862; }

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

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

background-color css

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

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

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

border-color css

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

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

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