#58506A

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

Shades of Mulled Wine #58506A

Tints of Mulled Wine #58506A

Color information

#58506A (or 0x58506A) is unknown color: approx Mulled Wine. HEX triplet: 58, 50 and 6A. RGB value is (88,80,106). Sum of RGB (Red+Green+Blue) = 88+80+106=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #58506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58506A is #A7AF95. Grayscale: #555555. Windows color (decimal): -10989462 or 6967384. OLE color: 6967384.

HSL color Cylindrical-coordinate representation of color #58506A: hue angle of 258.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58506A is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8880106-
CMYK0.170.2500.58
HSL258.46º13.98%36.47%-
HSV(B)258.46º24.53%41.57%-
XYZ9.498.8514.84-
YUV85.36139.65129.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=32.12%
G=29.20%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88801060.170.2500.58258.4613.9836.47
Hex58506A111903A102e24
Octal13012015221310724021644
Binary101100010100001101010100011100101110101000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58506A; }

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

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

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

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

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

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

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

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