Html Css Color HEX #564960 Mulled Wine

📋 copy color: '#564960'

red 86 ◦ green 73 ◦ blue 96

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

Shades of Mulled Wine #564960

Tints of Mulled Wine #564960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 33.73%
G = 28.63%
B = 37.65%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564960 (or 0x564960) is known color: Mulled Wine. HEX triplet: 56, 49 and 60. RGB value is (86,73,96). Sum of RGB (Red+Green+Blue) = 86+73+96=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #564960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564960 is #A9B69F. Grayscale: #4F4F4F. Windows color (decimal): -11122336 or 6310230. OLE color: 6310230.

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

Color convert

RGB 86 73 96 -
CMYK 0.10 0.24 0 0.62
HSL 273.91º 0.14% 0.33% -
HSV(B) 273.91º 0.24% 0.38% -
XYZ 8.33 7.59 12.09 -
YUV 79.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 86 73 96 0.10 0.24 0 0.62 273.91 0.14 0.33
Hex 56 49 60 A 18 0 3E 112 E 21
Octal 126 111 140 12 30 0 76 422 16 41
Binary 1010110 1001001 1100000 1010 11000 0 111110 100010010 1110 100001

Color Harmonies of #564960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564960

Black with #564960

Text Example


Text Example

White with #564960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564960; }

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

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

background-color css

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

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

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

border-color css

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

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

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