#575361

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

Shades of Mulled Wine #575361

Tints of Mulled Wine #575361

Color information

#575361 (or 0x575361) is unknown color: approx Mulled Wine. HEX triplet: 57, 53 and 61. RGB value is (87,83,97). Sum of RGB (Red+Green+Blue) = 87+83+97=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #575361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575361 is #A8AC9E. Grayscale: #555555. Windows color (decimal): -11054239 or 6378327. OLE color: 6378327.

HSL color Cylindrical-coordinate representation of color #575361: hue angle of 257.14º degrees, saturation: 0.08, 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 #575361 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878397-
CMYK0.100.1400.62
HSL257.14º7.78%35.29%-
HSV(B)257.14º14.43%38.04%-
XYZ9.189.0812.58-
YUV85.79134.33128.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=32.58%
G=31.09%
B=36.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8783970.100.1400.62257.147.7835.29
Hex575361AE03E101823
Octal12712314112160764011043
Binary1010111101001111000011010111001111101000000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575361; }

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

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

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

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

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

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

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

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