#585163

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

Shades of Mulled Wine #585163

Tints of Mulled Wine #585163

Color information

#585163 (or 0x585163) is unknown color: approx Mulled Wine. HEX triplet: 58, 51 and 63. RGB value is (88,81,99). Sum of RGB (Red+Green+Blue) = 88+81+99=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #585163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585163 is #A7AE9C. Grayscale: #555555. Windows color (decimal): -10989213 or 6508888. OLE color: 6508888.

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

Color convert

RGB888199-
CMYK0.110.1800.61
HSL263.33º10%35.29%-
HSV(B)263.33º18.18%38.82%-
XYZ9.228.8613.03-
YUV85.14135.82130.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=32.84%
G=30.22%
B=36.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8881990.110.1800.61263.331035.29
Hex585163B1203D107a23
Octal13012114313220754071243
Binary10110001010001110001110111001001111011000001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585163; }

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

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

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

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

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

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

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

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