Html Css Color HEX #534F56 Mulled Wine

📋 copy color: '#534F56'

red 83 ◦ green 79 ◦ blue 86

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

Shades of Mulled Wine #534F56

Tints of Mulled Wine #534F56

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

 BLUE value IS 86 (33.98% from 255) = 34.68%

R = 33.47%
G = 31.85%
B = 34.68%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534F56 (or 0x534F56) is known color: Mulled Wine. HEX triplet: 53, 4F and 56. RGB value is (83,79,86). Sum of RGB (Red+Green+Blue) = 83+79+86=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 86 - color contains mainly: blue. Hex color #534F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F56 is #ACB0A9. Grayscale: #505050. Windows color (decimal): -11317418 or 5656403. OLE color: 5656403.

HSL color Cylindrical-coordinate representation of color #534F56: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #534F56 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 79 86 -
CMYK 0.03 0.08 0 0.66
HSL 274.29º 0.04% 0.32% -
HSV(B) 274.29º 0.08% 0.34% -
XYZ 8.04 8.1 9.94 -
YUV 80.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 83 79 86 0.03 0.08 0 0.66 274.29 0.04 0.32
Hex 53 4F 56 3 8 0 42 112 4 20
Octal 123 117 126 3 10 0 102 422 4 40
Binary 1010011 1001111 1010110 11 1000 0 1000010 100010010 100 100000

Color Harmonies of #534F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F56

Black with #534F56

Text Example


Text Example

White with #534F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534F56; }

 p { color: rgb(83,79,86); }

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

background-color css

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

 a { background-color: rgb(83,79,86); }

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

border-color css

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

 span { border-color: rgb(83,79,86); }

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