#575068

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

Shades of Mulled Wine #575068

Tints of Mulled Wine #575068

Color information

#575068 (or 0x575068) is unknown color: approx Mulled Wine. HEX triplet: 57, 50 and 68. RGB value is (87,80,104). Sum of RGB (Red+Green+Blue) = 87+80+104=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #575068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575068 is #A8AF97. Grayscale: #545454. Windows color (decimal): -11055000 or 6836311. OLE color: 6836311.

HSL color Cylindrical-coordinate representation of color #575068: hue angle of 257.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575068 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8780104-
CMYK0.160.2300.59
HSL257.5º13.04%36.08%-
HSV(B)257.5º23.08%40.78%-
XYZ9.38.7614.3-
YUV84.83138.82129.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=32.10%
G=29.52%
B=38.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87801040.160.2300.59257.513.0436.08
Hex575068101703B102d24
Octal12712015020270734021544
Binary101011110100001101000100001011101110111000000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575068; }

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

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

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

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

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

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

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

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