Html Css Color HEX #565166 Mulled Wine

📋 copy color: '#565166'

red 86 ◦ green 81 ◦ blue 102

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

Shades of Mulled Wine #565166

Tints of Mulled Wine #565166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 31.97%
G = 30.11%
B = 37.92%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#565166 (or 0x565166) is known color: Mulled Wine. HEX triplet: 56, 51 and 66. RGB value is (86,81,102). Sum of RGB (Red+Green+Blue) = 86+81+102=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #565166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565166 is #A9AE99. Grayscale: #545454. Windows color (decimal): -11120282 or 6705494. OLE color: 6705494.

HSL color Cylindrical-coordinate representation of color #565166: hue angle of 254.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565166 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 81 102 -
CMYK 0.16 0.21 0 0.6
HSL 254.29º 0.11% 0.36% -
HSV(B) 254.29º 0.21% 0.4% -
XYZ 9.18 8.82 13.79 -
YUV 84.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 86 81 102 0.16 0.21 0 0.6 254.29 0.11 0.36
Hex 56 51 66 10 15 0 3C FE B 24
Octal 126 121 146 20 25 0 74 376 13 44
Binary 1010110 1010001 1100110 10000 10101 0 111100 11111110 1011 100100

Color Harmonies of #565166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565166

Black with #565166

Text Example


Text Example

White with #565166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565166; }

 p { color: rgb(86,81,102); }

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

background-color css

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

 a { background-color: rgb(86,81,102); }

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

border-color css

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

 span { border-color: rgb(86,81,102); }

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