Html Css Color HEX #535056 Mulled Wine

📋 copy color: '#535056'

red 83 ◦ green 80 ◦ blue 86

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

Shades of Mulled Wine #535056

Tints of Mulled Wine #535056

RGB

 RED value IS 83 (32.81% from 255) = 33.33%

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

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

R = 33.33%
G = 32.13%
B = 34.54%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#535056 (or 0x535056) is known color: Mulled Wine. HEX triplet: 53, 50 and 56. RGB value is (83,80,86). Sum of RGB (Red+Green+Blue) = 83+80+86=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 86 - color contains mainly: blue. Hex color #535056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535056 is #ACAFA9. Grayscale: #515151. Windows color (decimal): -11317162 or 5656659. OLE color: 5656659.

HSL color Cylindrical-coordinate representation of color #535056: hue angle of 270º 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 #535056 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 80 86 -
CMYK 0.03 0.07 0 0.66
HSL 270º 0.04% 0.33% -
HSV(B) 270º 0.07% 0.34% -
XYZ 8.12 8.25 9.97 -
YUV 81.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 83 80 86 0.03 0.07 0 0.66 270 0.04 0.33
Hex 53 50 56 3 7 0 42 10E 4 21
Octal 123 120 126 3 7 0 102 416 4 41
Binary 1010011 1010000 1010110 11 111 0 1000010 100001110 100 100001

Color Harmonies of #535056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535056

Black with #535056

Text Example


Text Example

White with #535056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535056; }

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

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

background-color css

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

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

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

border-color css

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

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

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