Html Css Color HEX #525056 Mulled Wine

📋 copy color: '#525056'

red 82 ◦ green 80 ◦ blue 86

#525056
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #525056

Tints of Mulled Wine #525056

RGB

 RED value IS 82 (32.42% from 255) = 33.06%

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 86 (33.98% from 255) = 34.68%

R = 33.06%
G = 32.26%
B = 34.68%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#525056 (or 0x525056) is known color: Mulled Wine. HEX triplet: 52, 50 and 56. RGB value is (82,80,86). Sum of RGB (Red+Green+Blue) = 82+80+86=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 86 - color contains mainly: blue. Hex color #525056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525056 is #ADAFA9. Grayscale: #515151. Windows color (decimal): -11382698 or 5656658. OLE color: 5656658.

HSL color Cylindrical-coordinate representation of color #525056: hue angle of 260º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #525056 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 80 86 -
CMYK 0.05 0.07 0 0.66
HSL 260º 0.04% 0.33% -
HSV(B) 260º 0.07% 0.34% -
XYZ 8.03 8.2 9.96 -
YUV 81.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 82 80 86 0.05 0.07 0 0.66 260 0.04 0.33
Hex 52 50 56 5 7 0 42 104 4 21
Octal 122 120 126 5 7 0 102 404 4 41
Binary 1010010 1010000 1010110 101 111 0 1000010 100000100 100 100001

Color Harmonies of #525056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525056

Black with #525056

Text Example


Text Example

White with #525056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525056; }

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

 H1.HeaderClassName
 {
   color: #525056;
 }
 .AnyTagClassName
 {
   color: #525056;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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