#565458

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

Shades of Mulled Wine #565458

Tints of Mulled Wine #565458

Color information

#565458 (or 0x565458) is unknown color: approx Mulled Wine. HEX triplet: 56, 54 and 58. RGB value is (86,84,88). Sum of RGB (Red+Green+Blue) = 86+84+88=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: blue. Hex color #565458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565458 is #A9ABA7. Grayscale: #555555. Windows color (decimal): -11119528 or 5788758. OLE color: 5788758.

HSL color Cylindrical-coordinate representation of color #565458: hue angle of 270º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #565458 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB868488-
CMYK0.020.0500.65
HSL270º2.33%33.73%-
HSV(B)270º4.55%34.51%-
XYZ8.779.0210.51-
YUV85.05129.66128.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=33.33%
G=32.56%
B=34.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8684880.020.0500.652702.3333.73
Hex5654582504110e222
Octal126124130250101416242
Binary101011010101001011000101010100000110000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565458; }

 p { color: rgb(86,84,88); }

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

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

 a { background-color: rgb(86,84,88); }

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

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

 span { border-color: rgb(86,84,88); }

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