#585067

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

Shades of Mulled Wine #585067

Tints of Mulled Wine #585067

Color information

#585067 (or 0x585067) is unknown color: approx Mulled Wine. HEX triplet: 58, 50 and 67. RGB value is (88,80,103). Sum of RGB (Red+Green+Blue) = 88+80+103=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #585067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585067 is #A7AF98. Grayscale: #545454. Windows color (decimal): -10989465 or 6770776. OLE color: 6770776.

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

Color convert

RGB8880103-
CMYK0.150.2200.60
HSL260.87º12.57%35.88%-
HSV(B)260.87º22.33%40.39%-
XYZ9.348.7914.04-
YUV85.01138.15130.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=32.47%
G=29.52%
B=38.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88801030.150.2200.60260.8712.5735.88
Hex585067F1603C105d24
Octal13012014717260744051544
Binary10110001010000110011111111011001111001000001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585067; }

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

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

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

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

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

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

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

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