#575062

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

Shades of Mulled Wine #575062

Tints of Mulled Wine #575062

Color information

#575062 (or 0x575062) is unknown color: approx Mulled Wine. HEX triplet: 57, 50 and 62. RGB value is (87,80,98). Sum of RGB (Red+Green+Blue) = 87+80+98=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #575062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575062 is #A8AF9D. Grayscale: #545454. Windows color (decimal): -11055006 or 6443095. OLE color: 6443095.

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

Color convert

RGB878098-
CMYK0.110.1800.62
HSL263.33º10.11%34.9%-
HSV(B)263.33º18.37%38.43%-
XYZ98.6512.75-
YUV84.14135.82130.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=32.83%
G=30.19%
B=36.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8780980.110.1800.62263.3310.1134.9
Hex575062B1203E107a23
Octal12712014213220764071243
Binary10101111010000110001010111001001111101000001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575062; }

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

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

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

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

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

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

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

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