#565062

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

Shades of Mulled Wine #565062

Tints of Mulled Wine #565062

Color information

#565062 (or 0x565062) is unknown color: approx Mulled Wine. HEX triplet: 56, 50 and 62. RGB value is (86,80,98). Sum of RGB (Red+Green+Blue) = 86+80+98=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #565062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565062 is #A9AF9D. Grayscale: #535353. Windows color (decimal): -11120542 or 6443094. OLE color: 6443094.

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

Color convert

RGB868098-
CMYK0.120.1800.62
HSL260º10.11%34.9%-
HSV(B)260º18.37%38.43%-
XYZ8.918.612.75-
YUV83.85135.99129.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=32.58%
G=30.30%
B=37.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8680980.120.1800.6226010.1134.9
Hex565062C1203E104a23
Octal12612014214220764041243
Binary10101101010000110001011001001001111101000001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565062; }

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

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

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

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

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

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

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

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