#575263

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

Shades of Mulled Wine #575263

Tints of Mulled Wine #575263

Color information

#575263 (or 0x575263) is unknown color: approx Mulled Wine. HEX triplet: 57, 52 and 63. RGB value is (87,82,99). Sum of RGB (Red+Green+Blue) = 87+82+99=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #575263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575263 is #A8AD9C. Grayscale: #555555. Windows color (decimal): -11054493 or 6509143. OLE color: 6509143.

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

Color convert

RGB878299-
CMYK0.120.1700.61
HSL257.65º9.39%35.49%-
HSV(B)257.65º17.17%38.82%-
XYZ9.28.9613.05-
YUV85.43135.66129.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=32.46%
G=30.60%
B=36.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8782990.120.1700.61257.659.3935.49
Hex575263C1103D102923
Octal12712214314210754021143
Binary10101111010010110001111001000101111011000000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575263; }

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

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

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

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

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

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

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

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