#555062

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

Shades of Mulled Wine #555062

Tints of Mulled Wine #555062

Color information

#555062 (or 0x555062) is unknown color: approx Mulled Wine. HEX triplet: 55, 50 and 62. RGB value is (85,80,98). Sum of RGB (Red+Green+Blue) = 85+80+98=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #555062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555062 is #AAAF9D. Grayscale: #535353. Windows color (decimal): -11186078 or 6443093. OLE color: 6443093.

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

Color convert

RGB858098-
CMYK0.130.1800.62
HSL256.67º10.11%34.9%-
HSV(B)256.67º18.37%38.43%-
XYZ8.828.5512.74-
YUV83.55136.16129.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=32.32%
G=30.42%
B=37.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8580980.130.1800.62256.6710.1134.9
Hex555062D1203E101a23
Octal12512014215220764011243
Binary10101011010000110001011011001001111101000000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555062; }

 p { color: rgb(85,80,98); }

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

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

 a { background-color: rgb(85,80,98); }

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

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

 span { border-color: rgb(85,80,98); }

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