Html Css Color HEX #564769 Mulled Wine

📋 copy color: '#564769'

red 86 ◦ green 71 ◦ blue 105

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

Shades of Mulled Wine #564769

Tints of Mulled Wine #564769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

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

R = 32.82%
G = 27.1%
B = 40.08%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#564769 (or 0x564769) is known color: Mulled Wine. HEX triplet: 56, 47 and 69. RGB value is (86,71,105). Sum of RGB (Red+Green+Blue) = 86+71+105=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #564769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564769 is #A9B896. Grayscale: #4F4F4F. Windows color (decimal): -11122839 or 6899542. OLE color: 6899542.

HSL color Cylindrical-coordinate representation of color #564769: hue angle of 266.47º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #564769 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 71 105 -
CMYK 0.18 0.32 0 0.59
HSL 266.47º 0.19% 0.35% -
HSV(B) 266.47º 0.32% 0.41% -
XYZ 8.64 7.5 14.36 -
YUV 79.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 86 71 105 0.18 0.32 0 0.59 266.47 0.19 0.35
Hex 56 47 69 12 20 0 3B 10A 13 23
Octal 126 107 151 22 40 0 73 412 23 43
Binary 1010110 1000111 1101001 10010 100000 0 111011 100001010 10011 100011

Color Harmonies of #564769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564769

Black with #564769

Text Example


Text Example

White with #564769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564769; }

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

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

background-color css

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

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

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

border-color css

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

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

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