#575360

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

Shades of Mulled Wine #575360

Tints of Mulled Wine #575360

Color information

#575360 (or 0x575360) is unknown color: approx Mulled Wine. HEX triplet: 57, 53 and 60. RGB value is (87,83,96). Sum of RGB (Red+Green+Blue) = 87+83+96=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #575360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575360 is #A8AC9F. Grayscale: #555555. Windows color (decimal): -11054240 or 6312791. OLE color: 6312791.

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

Color convert

RGB878396-
CMYK0.090.1400.62
HSL258.46º7.26%35.1%-
HSV(B)258.46º13.54%37.65%-
XYZ9.149.0612.33-
YUV85.68133.83128.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=32.71%
G=31.20%
B=36.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8783960.090.1400.62258.467.2635.1
Hex5753609E03E102723
Octal1271231401116076402743
Binary101011110100111100000100111100111110100000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575360; }

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

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

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

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

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

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

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

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