#575066

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

Shades of Mulled Wine #575066

Tints of Mulled Wine #575066

Color information

#575066 (or 0x575066) is unknown color: approx Mulled Wine. HEX triplet: 57, 50 and 66. RGB value is (87,80,102). Sum of RGB (Red+Green+Blue) = 87+80+102=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #575066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575066 is #A8AF99. Grayscale: #545454. Windows color (decimal): -11055002 or 6705239. OLE color: 6705239.

HSL color Cylindrical-coordinate representation of color #575066: hue angle of 259.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575066 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8780102-
CMYK0.150.2200.6
HSL259.09º12.09%35.69%-
HSV(B)259.09º21.57%40%-
XYZ9.28.7213.77-
YUV84.6137.82129.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=32.34%
G=29.74%
B=37.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87801020.150.2200.6259.0912.0935.69
Hex575066F1603C103c24
Octal12712014617260744031444
Binary10101111010000110011011111011001111001000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575066; }

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

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

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

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

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

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

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

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