Html Css Color HEX #534F58 Mulled Wine

📋 copy color: '#534F58'

red 83 ◦ green 79 ◦ blue 88

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

Shades of Mulled Wine #534F58

Tints of Mulled Wine #534F58

RGB

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

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

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

R = 33.2%
G = 31.6%
B = 35.2%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534F58 (or 0x534F58) is known color: Mulled Wine. HEX triplet: 53, 4F and 58. RGB value is (83,79,88). Sum of RGB (Red+Green+Blue) = 83+79+88=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #534F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F58 is #ACB0A7. Grayscale: #515151. Windows color (decimal): -11317416 or 5787475. OLE color: 5787475.

HSL color Cylindrical-coordinate representation of color #534F58: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534F58 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 79 88 -
CMYK 0.06 0.10 0 0.65
HSL 266.67º 0.05% 0.33% -
HSV(B) 266.67º 0.1% 0.35% -
XYZ 8.12 8.14 10.37 -
YUV 81.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 83 79 88 0.06 0.10 0 0.65 266.67 0.05 0.33
Hex 53 4F 58 6 A 0 41 10B 5 21
Octal 123 117 130 6 12 0 101 413 5 41
Binary 1010011 1001111 1011000 110 1010 0 1000001 100001011 101 100001

Color Harmonies of #534F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F58

Black with #534F58

Text Example


Text Example

White with #534F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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