#515055

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

Shades of Mulled Wine #515055

Tints of Mulled Wine #515055

Color information

#515055 (or 0x515055) is unknown color: approx Mulled Wine. HEX triplet: 51, 50 and 55. RGB value is (81,80,85). Sum of RGB (Red+Green+Blue) = 81+80+85=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 85 - color contains mainly: blue. Hex color #515055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515055 is #AEAFAA. Grayscale: #505050. Windows color (decimal): -11448235 or 5591121. OLE color: 5591121.

HSL color Cylindrical-coordinate representation of color #515055: hue angle of 252º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #515055 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB818085-
CMYK0.050.0600.67
HSL252º3.03%32.35%-
HSV(B)252º5.88%33.33%-
XYZ7.98.149.75-
YUV80.87130.33128.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=32.93%
G=32.52%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8180850.050.0600.672523.0332.35
Hex51505556043fc320
Octal121120125560103374340
Binary101000110100001010101101110010000111111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515055; }

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

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

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

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

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

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

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

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