#575060

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

Shades of Mulled Wine #575060

Tints of Mulled Wine #575060

Color information

#575060 (or 0x575060) is unknown color: approx Mulled Wine. HEX triplet: 57, 50 and 60. RGB value is (87,80,96). Sum of RGB (Red+Green+Blue) = 87+80+96=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #575060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575060 is #A8AF9F. Grayscale: #535353. Windows color (decimal): -11055008 or 6312023. OLE color: 6312023.

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

Color convert

RGB878096-
CMYK0.090.1700.62
HSL266.25º9.09%34.51%-
HSV(B)266.25º16.67%37.65%-
XYZ8.918.6112.26-
YUV83.92134.82130.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=33.08%
G=30.42%
B=36.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8780960.090.1700.62266.259.0934.51
Hex57506091103E10a923
Octal12712014011210764121143
Binary10101111010000110000010011000101111101000010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575060; }

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

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

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

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

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

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

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

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