Html Css Color HEX #534F57 Mulled Wine

📋 copy color: '#534F57'

red 83 ◦ green 79 ◦ blue 87

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

Shades of Mulled Wine #534F57

Tints of Mulled Wine #534F57

RGB

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

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

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

R = 33.33%
G = 31.73%
B = 34.94%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534F57 (or 0x534F57) is known color: Mulled Wine. HEX triplet: 53, 4F and 57. RGB value is (83,79,87). Sum of RGB (Red+Green+Blue) = 83+79+87=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 87 - color contains mainly: blue. Hex color #534F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F57 is #ACB0A8. Grayscale: #515151. Windows color (decimal): -11317417 or 5721939. OLE color: 5721939.

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

Color convert

RGB 83 79 87 -
CMYK 0.05 0.09 0 0.66
HSL 270º 0.05% 0.33% -
HSV(B) 270º 0.09% 0.34% -
XYZ 8.08 8.12 10.16 -
YUV 81.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 83 79 87 0.05 0.09 0 0.66 270 0.05 0.33
Hex 53 4F 57 5 9 0 42 10E 5 21
Octal 123 117 127 5 11 0 102 416 5 41
Binary 1010011 1001111 1010111 101 1001 0 1000010 100001110 101 100001

Color Harmonies of #534F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F57

Black with #534F57

Text Example


Text Example

White with #534F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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