Html Css Color HEX #564B5D Mulled Wine

📋 copy color: '#564B5D'

red 86 ◦ green 75 ◦ blue 93

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

Shades of Mulled Wine #564B5D

Tints of Mulled Wine #564B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 33.86%
G = 29.53%
B = 36.61%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#564B5D (or 0x564B5D) is known color: Mulled Wine. HEX triplet: 56, 4B and 5D. RGB value is (86,75,93). Sum of RGB (Red+Green+Blue) = 86+75+93=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #564B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B5D is #A9B4A2. Grayscale: #505050. Windows color (decimal): -11121827 or 6114134. OLE color: 6114134.

HSL color Cylindrical-coordinate representation of color #564B5D: hue angle of 276.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #564B5D is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 75 93 -
CMYK 0.08 0.19 0 0.64
HSL 276.67º 0.11% 0.33% -
HSV(B) 276.67º 0.19% 0.36% -
XYZ 8.33 7.8 11.42 -
YUV 80.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 86 75 93 0.08 0.19 0 0.64 276.67 0.11 0.33
Hex 56 4B 5D 8 13 0 40 115 B 21
Octal 126 113 135 10 23 0 100 425 13 41
Binary 1010110 1001011 1011101 1000 10011 0 1000000 100010101 1011 100001

Color Harmonies of #564B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B5D

Black with #564B5D

Text Example


Text Example

White with #564B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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