#575260

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

Shades of Mulled Wine #575260

Tints of Mulled Wine #575260

Color information

#575260 (or 0x575260) is unknown color: approx Mulled Wine. HEX triplet: 57, 52 and 60. RGB value is (87,82,96). Sum of RGB (Red+Green+Blue) = 87+82+96=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #575260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575260 is #A8AD9F. Grayscale: #555555. Windows color (decimal): -11054496 or 6312535. OLE color: 6312535.

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

Color convert

RGB878296-
CMYK0.090.1500.62
HSL261.43º7.87%34.9%-
HSV(B)261.43º14.58%37.65%-
XYZ9.068.9112.31-
YUV85.09134.16129.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=32.83%
G=30.94%
B=36.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8782960.090.1500.62261.437.8734.9
Hex5752609F03E105823
Octal12712214011170764051043
Binary1010111101001011000001001111101111101000001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575260; }

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

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

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

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

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

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

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

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