#525055

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

Shades of Mulled Wine #525055

Tints of Mulled Wine #525055

Color information

#525055 (or 0x525055) is unknown color: approx Mulled Wine. HEX triplet: 52, 50 and 55. RGB value is (82,80,85). Sum of RGB (Red+Green+Blue) = 82+80+85=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 85 - color contains mainly: blue. Hex color #525055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525055 is #ADAFAA. Grayscale: #515151. Windows color (decimal): -11382699 or 5591122. OLE color: 5591122.

HSL color Cylindrical-coordinate representation of color #525055: hue angle of 264º 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 #525055 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB828085-
CMYK0.040.0600.67
HSL264º3.03%32.35%-
HSV(B)264º5.88%33.33%-
XYZ7.998.199.75-
YUV81.17130.16128.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=33.20%
G=32.39%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8280850.040.0600.672643.0332.35
Hex52505546043108320
Octal122120125460103410340
Binary1010010101000010101011001100100001110000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525055; }

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

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

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

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

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

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

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

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