Html Css Color HEX #564869 Mulled Wine

📋 copy color: '#564869'

red 86 ◦ green 72 ◦ blue 105

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

Shades of Mulled Wine #564869

Tints of Mulled Wine #564869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

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

R = 32.7%
G = 27.38%
B = 39.92%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#564869 (or 0x564869) is known color: Mulled Wine. HEX triplet: 56, 48 and 69. RGB value is (86,72,105). Sum of RGB (Red+Green+Blue) = 86+72+105=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #564869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564869 is #A9B796. Grayscale: #4F4F4F. Windows color (decimal): -11122583 or 6899798. OLE color: 6899798.

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

Color convert

RGB 86 72 105 -
CMYK 0.18 0.31 0 0.59
HSL 265.45º 0.19% 0.35% -
HSV(B) 265.45º 0.31% 0.41% -
XYZ 8.7 7.63 14.38 -
YUV 79.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 86 72 105 0.18 0.31 0 0.59 265.45 0.19 0.35
Hex 56 48 69 12 1F 0 3B 109 13 23
Octal 126 110 151 22 37 0 73 411 23 43
Binary 1010110 1001000 1101001 10010 11111 0 111011 100001001 10011 100011

Color Harmonies of #564869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564869

Black with #564869

Text Example


Text Example

White with #564869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564869; }

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

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

background-color css

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

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

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

border-color css

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

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

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