#575363

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

Shades of Mulled Wine #575363

Tints of Mulled Wine #575363

Color information

#575363 (or 0x575363) is unknown color: approx Mulled Wine. HEX triplet: 57, 53 and 63. RGB value is (87,83,99). Sum of RGB (Red+Green+Blue) = 87+83+99=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #575363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575363 is #A8AC9C. Grayscale: #555555. Windows color (decimal): -11054237 or 6509399. OLE color: 6509399.

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

Color convert

RGB878399-
CMYK0.120.1600.61
HSL255º8.79%35.69%-
HSV(B)255º16.16%38.82%-
XYZ9.289.1113.07-
YUV86.02135.33128.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=32.34%
G=30.86%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8783990.120.1600.612558.7935.69
Hex575363C1003Dff924
Octal12712314314200753771144
Binary1010111101001111000111100100000111101111111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575363; }

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

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

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

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

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

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

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

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