#585164

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

Shades of Mulled Wine #585164

Tints of Mulled Wine #585164

Color information

#585164 (or 0x585164) is unknown color: approx Mulled Wine. HEX triplet: 58, 51 and 64. RGB value is (88,81,100). Sum of RGB (Red+Green+Blue) = 88+81+100=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #585164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585164 is #A7AE9B. Grayscale: #555555. Windows color (decimal): -10989212 or 6574424. OLE color: 6574424.

HSL color Cylindrical-coordinate representation of color #585164: hue angle of 262.11º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585164 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8881100-
CMYK0.120.1900.61
HSL262.11º10.5%35.49%-
HSV(B)262.11º19%39.22%-
XYZ9.278.8813.28-
YUV85.26136.32129.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=32.71%
G=30.11%
B=37.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88811000.120.1900.61262.1110.535.49
Hex585164C1303D106a23
Octal13012114414230754061243
Binary10110001010001110010011001001101111011000001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585164; }

 p { color: rgb(88,81,100); }

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

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

 a { background-color: rgb(88,81,100); }

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

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

 span { border-color: rgb(88,81,100); }

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