#5A585F

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

Shades of Mulled Wine #5A585F

Tints of Mulled Wine #5A585F

Color information

#5A585F (or 0x5A585F) is unknown color: approx Mulled Wine. HEX triplet: 5A, 58 and 5F. RGB value is (90,88,95). Sum of RGB (Red+Green+Blue) = 90+88+95=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A585F is #A5A7A0. Grayscale: #595959. Windows color (decimal): -10856353 or 6248538. OLE color: 6248538.

HSL color Cylindrical-coordinate representation of color #5A585F: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A585F is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB908895-
CMYK0.050.0700.63
HSL257.14º3.83%35.88%-
HSV(B)257.14º7.37%37.25%-
XYZ9.779.9812.24-
YUV89.4131.16128.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=32.97%
G=32.23%
B=34.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9088950.050.0700.63257.143.8335.88
Hex5A585F5703F101424
Octal13213013757077401444
Binary1011010101100010111111011110111111100000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,88,95); }

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

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

 a { background-color: rgb(90,88,95); }

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

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

 span { border-color: rgb(90,88,95); }

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