Html Css Color HEX #535257 Mulled Wine

📋 copy color: '#535257'

red 83 ◦ green 82 ◦ blue 87

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

Shades of Mulled Wine #535257

Tints of Mulled Wine #535257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 32.94%
G = 32.54%
B = 34.52%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#535257 (or 0x535257) is known color: Mulled Wine. HEX triplet: 53, 52 and 57. RGB value is (83,82,87). Sum of RGB (Red+Green+Blue) = 83+82+87=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 87 - color contains mainly: blue. Hex color #535257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535257 is #ACADA8. Grayscale: #525252. Windows color (decimal): -11316649 or 5722707. OLE color: 5722707.

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

Color convert

RGB 83 82 87 -
CMYK 0.05 0.06 0 0.66
HSL 252º 0.03% 0.33% -
HSV(B) 252º 0.06% 0.34% -
XYZ 8.3 8.56 10.23 -
YUV 82.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 83 82 87 0.05 0.06 0 0.66 252 0.03 0.33
Hex 53 52 57 5 6 0 42 FC 3 21
Octal 123 122 127 5 6 0 102 374 3 41
Binary 1010011 1010010 1010111 101 110 0 1000010 11111100 11 100001

Color Harmonies of #535257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535257

Black with #535257

Text Example


Text Example

White with #535257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535257; }

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

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

background-color css

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

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

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

border-color css

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

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

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