#5A5760

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

Shades of Mulled Wine #5A5760

Tints of Mulled Wine #5A5760

Color information

#5A5760 (or 0x5A5760) is unknown color: approx Mulled Wine. HEX triplet: 5A, 57 and 60. RGB value is (90,87,96). Sum of RGB (Red+Green+Blue) = 90+87+96=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A5760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5760 is #A5A89F. Grayscale: #585858. Windows color (decimal): -10856608 or 6313818. OLE color: 6313818.

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

Color convert

RGB908796-
CMYK0.060.0900.62
HSL260º4.92%35.88%-
HSV(B)260º9.38%37.65%-
XYZ9.749.8312.45-
YUV88.92131.99128.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=32.97%
G=31.87%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9087960.060.0900.622604.9235.88
Hex5A57606903E104524
Octal132127140611076404544
Binary10110101010111110000011010010111110100000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5760; }

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

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

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

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

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

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

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

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