Html Css Color HEX #535254 Mulled Wine

📋 copy color: '#535254'

red 83 ◦ green 82 ◦ blue 84

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

Shades of Mulled Wine #535254

Tints of Mulled Wine #535254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.73%

R = 33.33%
G = 32.93%
B = 33.73%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#535254 (or 0x535254) is known color: Mulled Wine. HEX triplet: 53, 52 and 54. RGB value is (83,82,84). Sum of RGB (Red+Green+Blue) = 83+82+84=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 84 - color contains mainly: blue. Hex color #535254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535254 is #ACADAB. Grayscale: #525252. Windows color (decimal): -11316652 or 5526099. OLE color: 5526099.

HSL color Cylindrical-coordinate representation of color #535254: hue angle of 270º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #535254 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 84 -
CMYK 0.01 0.02 0 0.67
HSL 270º 0.01% 0.33% -
HSV(B) 270º 0.02% 0.33% -
XYZ 8.18 8.51 9.6 -
YUV 82.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 83 82 84 0.01 0.02 0 0.67 270 0.01 0.33
Hex 53 52 54 1 2 0 43 10E 1 21
Octal 123 122 124 1 2 0 103 416 1 41
Binary 1010011 1010010 1010100 1 10 0 1000011 100001110 1 100001

Color Harmonies of #535254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535254

Black with #535254

Text Example


Text Example

White with #535254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535254; }

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

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

background-color css

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

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

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

border-color css

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

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

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