Html Css Color HEX #534D58 Mulled Wine

📋 copy color: '#534D58'

red 83 ◦ green 77 ◦ blue 88

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

Shades of Mulled Wine #534D58

Tints of Mulled Wine #534D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 33.47%
G = 31.05%
B = 35.48%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534D58 (or 0x534D58) is known color: Mulled Wine. HEX triplet: 53, 4D and 58. RGB value is (83,77,88). Sum of RGB (Red+Green+Blue) = 83+77+88=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #534D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D58 is #ACB2A7. Grayscale: #505050. Windows color (decimal): -11317928 or 5786963. OLE color: 5786963.

HSL color Cylindrical-coordinate representation of color #534D58: hue angle of 272.73º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534D58 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 77 88 -
CMYK 0.06 0.12 0 0.65
HSL 272.73º 0.07% 0.32% -
HSV(B) 272.73º 0.13% 0.35% -
XYZ 7.98 7.85 10.33 -
YUV 80.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 83 77 88 0.06 0.12 0 0.65 272.73 0.07 0.32
Hex 53 4D 58 6 C 0 41 111 7 20
Octal 123 115 130 6 14 0 101 421 7 40
Binary 1010011 1001101 1011000 110 1100 0 1000001 100010001 111 100000

Color Harmonies of #534D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D58

Black with #534D58

Text Example


Text Example

White with #534D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,77,88); }

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

background-color css

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

 a { background-color: rgb(83,77,88); }

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

border-color css

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

 span { border-color: rgb(83,77,88); }

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