Html Css Color HEX #565261 Mulled Wine

📋 copy color: '#565261'

red 86 ◦ green 82 ◦ blue 97

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

Shades of Mulled Wine #565261

Tints of Mulled Wine #565261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 32.45%
G = 30.94%
B = 36.6%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565261 (or 0x565261) is known color: Mulled Wine. HEX triplet: 56, 52 and 61. RGB value is (86,82,97). Sum of RGB (Red+Green+Blue) = 86+82+97=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #565261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565261 is #A9AD9E. Grayscale: #545454. Windows color (decimal): -11120031 or 6378070. OLE color: 6378070.

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

Color convert

RGB 86 82 97 -
CMYK 0.11 0.15 0 0.62
HSL 256º 0.08% 0.35% -
HSV(B) 256º 0.15% 0.38% -
XYZ 9.01 8.88 12.55 -
YUV 84.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 86 82 97 0.11 0.15 0 0.62 256 0.08 0.35
Hex 56 52 61 B F 0 3E 100 8 23
Octal 126 122 141 13 17 0 76 400 10 43
Binary 1010110 1010010 1100001 1011 1111 0 111110 100000000 1000 100011

Color Harmonies of #565261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565261

Black with #565261

Text Example


Text Example

White with #565261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565261; }

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

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

background-color css

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

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

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

border-color css

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

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

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