Html Css Color HEX #564F5B Mulled Wine

📋 copy color: '#564F5B'

red 86 ◦ green 79 ◦ blue 91

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

Shades of Mulled Wine #564F5B

Tints of Mulled Wine #564F5B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 33.59%
G = 30.86%
B = 35.55%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#564F5B (or 0x564F5B) is known color: Mulled Wine. HEX triplet: 56, 4F and 5B. RGB value is (86,79,91). Sum of RGB (Red+Green+Blue) = 86+79+91=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 91 - color contains mainly: blue. Hex color #564F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F5B is #A9B0A4. Grayscale: #525252. Windows color (decimal): -11120805 or 5984086. OLE color: 5984086.

HSL color Cylindrical-coordinate representation of color #564F5B: hue angle of 275º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564F5B is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 79 91 -
CMYK 0.05 0.13 0 0.64
HSL 275º 0.07% 0.33% -
HSV(B) 275º 0.13% 0.36% -
XYZ 8.52 8.33 11.06 -
YUV 82.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 86 79 91 0.05 0.13 0 0.64 275 0.07 0.33
Hex 56 4F 5B 5 D 0 40 113 7 21
Octal 126 117 133 5 15 0 100 423 7 41
Binary 1010110 1001111 1011011 101 1101 0 1000000 100010011 111 100001

Color Harmonies of #564F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F5B

Black with #564F5B

Text Example


Text Example

White with #564F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,79,91); }

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

background-color css

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

 a { background-color: rgb(86,79,91); }

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

border-color css

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

 span { border-color: rgb(86,79,91); }

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