#565067

Color #565067 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #565067

Tints of Mulled Wine #565067

Color information

#565067 (or 0x565067) is unknown color: approx Mulled Wine. HEX triplet: 56, 50 and 67. RGB value is (86,80,103). Sum of RGB (Red+Green+Blue) = 86+80+103=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 103 - color contains mainly: blue. Hex color #565067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565067 is #A9AF98. Grayscale: #545454. Windows color (decimal): -11120537 or 6770774. OLE color: 6770774.

HSL color Cylindrical-coordinate representation of color #565067: hue angle of 255.65º degrees, saturation: 0.13, 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 #565067 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8680103-
CMYK0.170.2200.60
HSL255.65º12.57%35.88%-
HSV(B)255.65º22.33%40.39%-
XYZ9.158.714.03-
YUV84.42138.49129.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=31.97%
G=29.74%
B=38.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86801030.170.2200.60255.6512.5735.88
Hex565067111603C100d24
Octal12612014721260744001544
Binary101011010100001100111100011011001111001000000001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565067; }

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

 H1.HeaderClassName
 {
   color: #565067;
 }
 .AnyTagClassName
 {
   color: #565067;
 }
</style>
background-color css

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

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

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

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

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

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