#585161

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

Shades of Mulled Wine #585161

Tints of Mulled Wine #585161

Color information

#585161 (or 0x585161) is unknown color: approx Mulled Wine. HEX triplet: 58, 51 and 61. RGB value is (88,81,97). Sum of RGB (Red+Green+Blue) = 88+81+97=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #585161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585161 is #A7AE9E. Grayscale: #545454. Windows color (decimal): -10989215 or 6377816. OLE color: 6377816.

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

Color convert

RGB888197-
CMYK0.090.1600.62
HSL266.25º8.99%34.9%-
HSV(B)266.25º16.49%38.04%-
XYZ9.128.8212.53-
YUV84.92134.82130.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=33.08%
G=30.45%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8881970.090.1600.62266.258.9934.9
Hex58516191003E10a923
Octal13012114111200764121143
Binary10110001010001110000110011000001111101000010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585161; }

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

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

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

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

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

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

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

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