Html Css Color HEX #564B6D Mulled Wine

📋 copy color: '#564B6D'

red 86 ◦ green 75 ◦ blue 109

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

Shades of Mulled Wine #564B6D

Tints of Mulled Wine #564B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 31.85%
G = 27.78%
B = 40.37%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#564B6D (or 0x564B6D) is known color: Mulled Wine. HEX triplet: 56, 4B and 6D. RGB value is (86,75,109). Sum of RGB (Red+Green+Blue) = 86+75+109=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #564B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B6D is #A9B492. Grayscale: #525252. Windows color (decimal): -11121811 or 7162710. OLE color: 7162710.

HSL color Cylindrical-coordinate representation of color #564B6D: hue angle of 259.41º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #564B6D is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 75 109 -
CMYK 0.21 0.31 0 0.57
HSL 259.41º 0.18% 0.36% -
HSV(B) 259.41º 0.31% 0.43% -
XYZ 9.11 8.11 15.55 -
YUV 82.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 86 75 109 0.21 0.31 0 0.57 259.41 0.18 0.36
Hex 56 4B 6D 15 1F 0 39 103 12 24
Octal 126 113 155 25 37 0 71 403 22 44
Binary 1010110 1001011 1101101 10101 11111 0 111001 100000011 10010 100100

Color Harmonies of #564B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B6D

Black with #564B6D

Text Example


Text Example

White with #564B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,75,109); }

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

background-color css

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

 a { background-color: rgb(86,75,109); }

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

border-color css

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

 span { border-color: rgb(86,75,109); }

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