Html Css Color HEX #535159 Mulled Wine

📋 copy color: '#535159'

red 83 ◦ green 81 ◦ blue 89

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

Shades of Mulled Wine #535159

Tints of Mulled Wine #535159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.18%

R = 32.81%
G = 32.02%
B = 35.18%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535159 (or 0x535159) is known color: Mulled Wine. HEX triplet: 53, 51 and 59. RGB value is (83,81,89). Sum of RGB (Red+Green+Blue) = 83+81+89=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #535159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535159 is #ACAEA6. Grayscale: #525252. Windows color (decimal): -11316903 or 5853523. OLE color: 5853523.

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

Color convert

RGB 83 81 89 -
CMYK 0.07 0.09 0 0.65
HSL 255º 0.05% 0.33% -
HSV(B) 255º 0.09% 0.35% -
XYZ 8.31 8.45 10.64 -
YUV 82.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 83 81 89 0.07 0.09 0 0.65 255 0.05 0.33
Hex 53 51 59 7 9 0 41 FF 5 21
Octal 123 121 131 7 11 0 101 377 5 41
Binary 1010011 1010001 1011001 111 1001 0 1000001 11111111 101 100001

Color Harmonies of #535159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535159

Black with #535159

Text Example


Text Example

White with #535159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535159; }

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

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

background-color css

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

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

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

border-color css

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

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

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