Html Css Color HEX #534A69 Mulled Wine

📋 copy color: '#534A69'

red 83 ◦ green 74 ◦ blue 105

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

Shades of Mulled Wine #534A69

Tints of Mulled Wine #534A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

 BLUE value IS 105 (41.41% from 255) = 40.08%

R = 31.68%
G = 28.24%
B = 40.08%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#534A69 (or 0x534A69) is known color: Mulled Wine. HEX triplet: 53, 4A and 69. RGB value is (83,74,105). Sum of RGB (Red+Green+Blue) = 83+74+105=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #534A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A69 is #ACB596. Grayscale: #505050. Windows color (decimal): -11318679 or 6900307. OLE color: 6900307.

HSL color Cylindrical-coordinate representation of color #534A69: hue angle of 257.42º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534A69 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 74 105 -
CMYK 0.21 0.30 0 0.59
HSL 257.42º 0.17% 0.35% -
HSV(B) 257.42º 0.3% 0.41% -
XYZ 8.57 7.76 14.41 -
YUV 80.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 83 74 105 0.21 0.30 0 0.59 257.42 0.17 0.35
Hex 53 4A 69 15 1E 0 3B 101 11 23
Octal 123 112 151 25 36 0 73 401 21 43
Binary 1010011 1001010 1101001 10101 11110 0 111011 100000001 10001 100011

Color Harmonies of #534A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A69

Black with #534A69

Text Example


Text Example

White with #534A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,74,105); }

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

background-color css

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

 a { background-color: rgb(83,74,105); }

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

border-color css

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

 span { border-color: rgb(83,74,105); }

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