Html Css Color HEX #564F69 Mulled Wine

📋 copy color: '#564F69'

red 86 ◦ green 79 ◦ blue 105

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

Shades of Mulled Wine #564F69

Tints of Mulled Wine #564F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 31.85%
G = 29.26%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#564F69 (or 0x564F69) is known color: Mulled Wine. HEX triplet: 56, 4F and 69. RGB value is (86,79,105). Sum of RGB (Red+Green+Blue) = 86+79+105=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #564F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F69 is #A9B096. Grayscale: #535353. Windows color (decimal): -11120791 or 6901590. OLE color: 6901590.

HSL color Cylindrical-coordinate representation of color #564F69: hue angle of 256.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #564F69 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 79 105 -
CMYK 0.18 0.25 0 0.59
HSL 256.15º 0.14% 0.36% -
HSV(B) 256.15º 0.25% 0.41% -
XYZ 9.18 8.59 14.54 -
YUV 84.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 86 79 105 0.18 0.25 0 0.59 256.15 0.14 0.36
Hex 56 4F 69 12 19 0 3B 100 E 24
Octal 126 117 151 22 31 0 73 400 16 44
Binary 1010110 1001111 1101001 10010 11001 0 111011 100000000 1110 100100

Color Harmonies of #564F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F69

Black with #564F69

Text Example


Text Example

White with #564F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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