#585262

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

Shades of Mulled Wine #585262

Tints of Mulled Wine #585262

Color information

#585262 (or 0x585262) is unknown color: approx Mulled Wine. HEX triplet: 58, 52 and 62. RGB value is (88,82,98). Sum of RGB (Red+Green+Blue) = 88+82+98=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #585262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585262 is #A7AD9D. Grayscale: #555555. Windows color (decimal): -10988958 or 6443608. OLE color: 6443608.

HSL color Cylindrical-coordinate representation of color #585262: hue angle of 262.5º 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 #585262 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB888298-
CMYK0.100.1600.62
HSL262.5º8.89%35.29%-
HSV(B)262.5º16.33%38.43%-
XYZ9.258.9912.8-
YUV85.62134.99129.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=32.84%
G=30.60%
B=36.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8882980.100.1600.62262.58.8935.29
Hex585262A1003E106923
Octal13012214212200764061143
Binary10110001010010110001010101000001111101000001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585262; }

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

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

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

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

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

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

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

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