Html Css Color HEX #564962 Mulled Wine

📋 copy color: '#564962'

red 86 ◦ green 73 ◦ blue 98

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

Shades of Mulled Wine #564962

Tints of Mulled Wine #564962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

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

R = 33.46%
G = 28.4%
B = 38.13%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564962 (or 0x564962) is known color: Mulled Wine. HEX triplet: 56, 49 and 62. RGB value is (86,73,98). Sum of RGB (Red+Green+Blue) = 86+73+98=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #564962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564962 is #A9B69D. Grayscale: #4F4F4F. Windows color (decimal): -11122334 or 6441302. OLE color: 6441302.

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

Color convert

RGB 86 73 98 -
CMYK 0.12 0.26 0 0.62
HSL 271.2º 0.15% 0.34% -
HSV(B) 271.2º 0.26% 0.38% -
XYZ 8.42 7.63 12.58 -
YUV 79.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 86 73 98 0.12 0.26 0 0.62 271.2 0.15 0.34
Hex 56 49 62 C 1A 0 3E 10F F 22
Octal 126 111 142 14 32 0 76 417 17 42
Binary 1010110 1001001 1100010 1100 11010 0 111110 100001111 1111 100010

Color Harmonies of #564962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564962

Black with #564962

Text Example


Text Example

White with #564962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564962; }

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

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

background-color css

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

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

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

border-color css

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

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

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