#575460

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

Shades of Mulled Wine #575460

Tints of Mulled Wine #575460

Color information

#575460 (or 0x575460) is unknown color: approx Mulled Wine. HEX triplet: 57, 54 and 60. RGB value is (87,84,96). Sum of RGB (Red+Green+Blue) = 87+84+96=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #575460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575460 is #A8AB9F. Grayscale: #565656. Windows color (decimal): -11053984 or 6313047. OLE color: 6313047.

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

Color convert

RGB878496-
CMYK0.090.1200.62
HSL255º6.67%35.29%-
HSV(B)255º12.5%37.65%-
XYZ9.219.2112.36-
YUV86.26133.49128.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=32.58%
G=31.46%
B=35.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8784960.090.1200.622556.6735.29
Hex5754609C03Eff723
Octal1271241401114076377743
Binary10101111010100110000010011100011111011111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575460; }

 p { color: rgb(87,84,96); }

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

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

 a { background-color: rgb(87,84,96); }

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

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

 span { border-color: rgb(87,84,96); }

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