Html Css Color HEX #565066 Mulled Wine

📋 copy color: '#565066'

red 86 ◦ green 80 ◦ blue 102

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

Shades of Mulled Wine #565066

Tints of Mulled Wine #565066

RGB

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

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

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

R = 32.09%
G = 29.85%
B = 38.06%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#565066 (or 0x565066) is known color: Mulled Wine. HEX triplet: 56, 50 and 66. RGB value is (86,80,102). Sum of RGB (Red+Green+Blue) = 86+80+102=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: blue. Hex color #565066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565066 is #A9AF99. Grayscale: #545454. Windows color (decimal): -11120538 or 6705238. OLE color: 6705238.

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

Color convert

RGB 86 80 102 -
CMYK 0.16 0.22 0 0.6
HSL 256.36º 0.12% 0.36% -
HSV(B) 256.36º 0.22% 0.4% -
XYZ 9.1 8.68 13.76 -
YUV 84.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 86 80 102 0.16 0.22 0 0.6 256.36 0.12 0.36
Hex 56 50 66 10 16 0 3C 100 C 24
Octal 126 120 146 20 26 0 74 400 14 44
Binary 1010110 1010000 1100110 10000 10110 0 111100 100000000 1100 100100

Color Harmonies of #565066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565066

Black with #565066

Text Example


Text Example

White with #565066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565066; }

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

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

background-color css

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

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

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

border-color css

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

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

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