Html Css Color HEX #535157 Mulled Wine

📋 copy color: '#535157'

red 83 ◦ green 81 ◦ blue 87

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

Shades of Mulled Wine #535157

Tints of Mulled Wine #535157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 33.07%
G = 32.27%
B = 34.66%

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

#535157 (or 0x535157) is known color: Mulled Wine. HEX triplet: 53, 51 and 57. RGB value is (83,81,87). Sum of RGB (Red+Green+Blue) = 83+81+87=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 87 - color contains mainly: blue. Hex color #535157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535157 is #ACAEA8. Grayscale: #525252. Windows color (decimal): -11316905 or 5722451. OLE color: 5722451.

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

Color convert

RGB 83 81 87 -
CMYK 0.05 0.07 0 0.66
HSL 260º 0.04% 0.33% -
HSV(B) 260º 0.07% 0.34% -
XYZ 8.23 8.41 10.21 -
YUV 82.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 83 81 87 0.05 0.07 0 0.66 260 0.04 0.33
Hex 53 51 57 5 7 0 42 104 4 21
Octal 123 121 127 5 7 0 102 404 4 41
Binary 1010011 1010001 1010111 101 111 0 1000010 100000100 100 100001

Color Harmonies of #535157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535157

Black with #535157

Text Example


Text Example

White with #535157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535157; }

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

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

background-color css

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

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

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

border-color css

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

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

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