#585261

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

Shades of Mulled Wine #585261

Tints of Mulled Wine #585261

Color information

#585261 (or 0x585261) is unknown color: approx Mulled Wine. HEX triplet: 58, 52 and 61. RGB value is (88,82,97). Sum of RGB (Red+Green+Blue) = 88+82+97=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #585261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585261 is #A7AD9E. Grayscale: #555555. Windows color (decimal): -10988959 or 6378072. OLE color: 6378072.

HSL color Cylindrical-coordinate representation of color #585261: hue angle of 264º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585261 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB888297-
CMYK0.090.1500.62
HSL264º8.38%35.1%-
HSV(B)264º15.46%38.04%-
XYZ9.28.9712.56-
YUV85.5134.49129.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=32.96%
G=30.71%
B=36.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8882970.090.1500.622648.3835.1
Hex5852619F03E108823
Octal13012214111170764101043
Binary1011000101001011000011001111101111101000010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585261; }

 p { color: rgb(88,82,97); }

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

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

 a { background-color: rgb(88,82,97); }

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

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

 span { border-color: rgb(88,82,97); }

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