#585363

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

Shades of Mulled Wine #585363

Tints of Mulled Wine #585363

Color information

#585363 (or 0x585363) is unknown color: approx Mulled Wine. HEX triplet: 58, 53 and 63. RGB value is (88,83,99). Sum of RGB (Red+Green+Blue) = 88+83+99=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #585363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585363 is #A7AC9C. Grayscale: #565656. Windows color (decimal): -10988701 or 6509400. OLE color: 6509400.

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

Color convert

RGB888399-
CMYK0.110.1600.61
HSL258.75º8.79%35.69%-
HSV(B)258.75º16.16%38.82%-
XYZ9.379.1613.08-
YUV86.32135.16129.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=32.59%
G=30.74%
B=36.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8883990.110.1600.61258.758.7935.69
Hex585363B1003D103924
Octal13012314313200754031144
Binary10110001010011110001110111000001111011000000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585363; }

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

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

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

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

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

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

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

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