Html Css Color HEX #53515F Mulled Wine

📋 copy color: '#53515F'

red 83 ◦ green 81 ◦ blue 95

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

Shades of Mulled Wine #53515F

Tints of Mulled Wine #53515F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 32.05%
G = 31.27%
B = 36.68%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53515F (or 0x53515F) is known color: Mulled Wine. HEX triplet: 53, 51 and 5F. RGB value is (83,81,95). Sum of RGB (Red+Green+Blue) = 83+81+95=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 95 - color contains mainly: blue. Hex color #53515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53515F is #ACAEA0. Grayscale: #535353. Windows color (decimal): -11316897 or 6246739. OLE color: 6246739.

HSL color Cylindrical-coordinate representation of color #53515F: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #53515F is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 81 95 -
CMYK 0.13 0.15 0 0.63
HSL 248.57º 0.08% 0.35% -
HSV(B) 248.57º 0.15% 0.37% -
XYZ 8.58 8.55 12.02 -
YUV 83.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 83 81 95 0.13 0.15 0 0.63 248.57 0.08 0.35
Hex 53 51 5F D F 0 3F F9 8 23
Octal 123 121 137 15 17 0 77 371 10 43
Binary 1010011 1010001 1011111 1101 1111 0 111111 11111001 1000 100011

Color Harmonies of #53515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53515F

Black with #53515F

Text Example


Text Example

White with #53515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53515F; }

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

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

background-color css

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

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

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

border-color css

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

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

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