Html Css Color HEX #535156 Mulled Wine

📋 copy color: '#535156'

red 83 ◦ green 81 ◦ blue 86

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

Shades of Mulled Wine #535156

Tints of Mulled Wine #535156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

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

R = 33.2%
G = 32.4%
B = 34.4%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#535156 (or 0x535156) is known color: Mulled Wine. HEX triplet: 53, 51 and 56. RGB value is (83,81,86). Sum of RGB (Red+Green+Blue) = 83+81+86=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #535156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535156 is #ACAEA9. Grayscale: #525252. Windows color (decimal): -11316906 or 5656915. OLE color: 5656915.

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

Color convert

RGB 83 81 86 -
CMYK 0.03 0.06 0 0.66
HSL 264º 0.03% 0.33% -
HSV(B) 264º 0.06% 0.34% -
XYZ 8.19 8.4 9.99 -
YUV 82.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 83 81 86 0.03 0.06 0 0.66 264 0.03 0.33
Hex 53 51 56 3 6 0 42 108 3 21
Octal 123 121 126 3 6 0 102 410 3 41
Binary 1010011 1010001 1010110 11 110 0 1000010 100001000 11 100001

Color Harmonies of #535156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535156

Black with #535156

Text Example


Text Example

White with #535156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535156; }

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

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

background-color css

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

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

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

border-color css

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

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

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