#585365

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

Shades of Mulled Wine #585365

Tints of Mulled Wine #585365

Color information

#585365 (or 0x585365) is unknown color: approx Mulled Wine. HEX triplet: 58, 53 and 65. RGB value is (88,83,101). Sum of RGB (Red+Green+Blue) = 88+83+101=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #585365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585365 is #A7AC9A. Grayscale: #565656. Windows color (decimal): -10988699 or 6640472. OLE color: 6640472.

HSL color Cylindrical-coordinate representation of color #585365: hue angle of 256.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585365 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8883101-
CMYK0.130.1800.60
HSL256.67º9.78%36.08%-
HSV(B)256.67º17.82%39.61%-
XYZ9.479.213.59-
YUV86.55136.16129.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=32.35%
G=30.51%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88831010.130.1800.60256.679.7836.08
Hex585365D1203C101a24
Octal13012314515220744011244
Binary10110001010011110010111011001001111001000000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585365; }

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

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

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

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

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

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

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

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