Html Css Color HEX #564B5F Mulled Wine

📋 copy color: '#564B5F'

red 86 ◦ green 75 ◦ blue 95

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

Shades of Mulled Wine #564B5F

Tints of Mulled Wine #564B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 33.59%
G = 29.3%
B = 37.11%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#564B5F (or 0x564B5F) is known color: Mulled Wine. HEX triplet: 56, 4B and 5F. RGB value is (86,75,95). Sum of RGB (Red+Green+Blue) = 86+75+95=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #564B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B5F is #A9B4A0. Grayscale: #505050. Windows color (decimal): -11121825 or 6245206. OLE color: 6245206.

HSL color Cylindrical-coordinate representation of color #564B5F: hue angle of 273º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #564B5F is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 75 95 -
CMYK 0.09 0.21 0 0.63
HSL 273º 0.12% 0.33% -
HSV(B) 273º 0.21% 0.37% -
XYZ 8.42 7.84 11.9 -
YUV 80.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 86 75 95 0.09 0.21 0 0.63 273 0.12 0.33
Hex 56 4B 5F 9 15 0 3F 111 C 21
Octal 126 113 137 11 25 0 77 421 14 41
Binary 1010110 1001011 1011111 1001 10101 0 111111 100010001 1100 100001

Color Harmonies of #564B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B5F

Black with #564B5F

Text Example


Text Example

White with #564B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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