Html Css Color HEX #565061 Mulled Wine

📋 copy color: '#565061'

red 86 ◦ green 80 ◦ blue 97

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

Shades of Mulled Wine #565061

Tints of Mulled Wine #565061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 32.7%
G = 30.42%
B = 36.88%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565061 (or 0x565061) is known color: Mulled Wine. HEX triplet: 56, 50 and 61. RGB value is (86,80,97). Sum of RGB (Red+Green+Blue) = 86+80+97=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #565061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565061 is #A9AF9E. Grayscale: #535353. Windows color (decimal): -11120543 or 6377558. OLE color: 6377558.

HSL color Cylindrical-coordinate representation of color #565061: hue angle of 261.18º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565061 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 80 97 -
CMYK 0.11 0.18 0 0.62
HSL 261.18º 0.1% 0.35% -
HSV(B) 261.18º 0.18% 0.38% -
XYZ 8.86 8.58 12.5 -
YUV 83.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 86 80 97 0.11 0.18 0 0.62 261.18 0.1 0.35
Hex 56 50 61 B 12 0 3E 105 A 23
Octal 126 120 141 13 22 0 76 405 12 43
Binary 1010110 1010000 1100001 1011 10010 0 111110 100000101 1010 100011

Color Harmonies of #565061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565061

Black with #565061

Text Example


Text Example

White with #565061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565061; }

 p { color: rgb(86,80,97); }

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

background-color css

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

 a { background-color: rgb(86,80,97); }

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

border-color css

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

 span { border-color: rgb(86,80,97); }

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