#585068

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

Shades of Mulled Wine #585068

Tints of Mulled Wine #585068

Color information

#585068 (or 0x585068) is unknown color: approx Mulled Wine. HEX triplet: 58, 50 and 68. RGB value is (88,80,104). Sum of RGB (Red+Green+Blue) = 88+80+104=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #585068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585068 is #A7AF97. Grayscale: #555555. Windows color (decimal): -10989464 or 6836312. OLE color: 6836312.

HSL color Cylindrical-coordinate representation of color #585068: hue angle of 260º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585068 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8880104-
CMYK0.150.2300.59
HSL260º13.04%36.08%-
HSV(B)260º23.08%40.78%-
XYZ9.398.8114.3-
YUV85.13138.65130.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=32.35%
G=29.41%
B=38.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88801040.150.2300.5926013.0436.08
Hex585068F1703B104d24
Octal13012015017270734041544
Binary10110001010000110100011111011101110111000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585068; }

 p { color: rgb(88,80,104); }

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

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

 a { background-color: rgb(88,80,104); }

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

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

 span { border-color: rgb(88,80,104); }

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