Html Css Color HEX #534868 Mulled Wine

📋 copy color: '#534868'

red 83 ◦ green 72 ◦ blue 104

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

Shades of Mulled Wine #534868

Tints of Mulled Wine #534868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 32.05%
G = 27.8%
B = 40.15%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534868 (or 0x534868) is known color: Mulled Wine. HEX triplet: 53, 48 and 68. RGB value is (83,72,104). Sum of RGB (Red+Green+Blue) = 83+72+104=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #534868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534868 is #ACB797. Grayscale: #4E4E4E. Windows color (decimal): -11319192 or 6834259. OLE color: 6834259.

HSL color Cylindrical-coordinate representation of color #534868: hue angle of 260.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #534868 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 72 104 -
CMYK 0.20 0.31 0 0.59
HSL 260.63º 0.18% 0.35% -
HSV(B) 260.63º 0.31% 0.41% -
XYZ 8.38 7.47 14.1 -
YUV 78.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 83 72 104 0.20 0.31 0 0.59 260.63 0.18 0.35
Hex 53 48 68 14 1F 0 3B 105 12 23
Octal 123 110 150 24 37 0 73 405 22 43
Binary 1010011 1001000 1101000 10100 11111 0 111011 100000101 10010 100011

Color Harmonies of #534868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534868

Black with #534868

Text Example


Text Example

White with #534868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534868; }

 p { color: rgb(83,72,104); }

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

background-color css

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

 a { background-color: rgb(83,72,104); }

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

border-color css

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

 span { border-color: rgb(83,72,104); }

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