#565262

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

Shades of Mulled Wine #565262

Tints of Mulled Wine #565262

Color information

#565262 (or 0x565262) is unknown color: approx Mulled Wine. HEX triplet: 56, 52 and 62. RGB value is (86,82,98). Sum of RGB (Red+Green+Blue) = 86+82+98=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #565262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565262 is #A9AD9D. Grayscale: #545454. Windows color (decimal): -11120030 or 6443606. OLE color: 6443606.

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

Color convert

RGB868298-
CMYK0.120.1600.62
HSL255º8.89%35.29%-
HSV(B)255º16.33%38.43%-
XYZ9.068.8912.79-
YUV85.02135.33128.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=32.33%
G=30.83%
B=36.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8682980.120.1600.622558.8935.29
Hex565262C1003Eff923
Octal12612214214200763771143
Binary1010110101001011000101100100000111110111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565262; }

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

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

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

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

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

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

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

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