Html Css Color HEX #534566 Mulled Wine

📋 copy color: '#534566'

red 83 ◦ green 69 ◦ blue 102

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

Shades of Mulled Wine #534566

Tints of Mulled Wine #534566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 32.68%
G = 27.17%
B = 40.16%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#534566 (or 0x534566) is known color: Mulled Wine. HEX triplet: 53, 45 and 66. RGB value is (83,69,102). Sum of RGB (Red+Green+Blue) = 83+69+102=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 102 - color contains mainly: blue. Hex color #534566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534566 is #ACBA99. Grayscale: #4C4C4C. Windows color (decimal): -11319962 or 6702419. OLE color: 6702419.

HSL color Cylindrical-coordinate representation of color #534566: hue angle of 265.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534566 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 69 102 -
CMYK 0.19 0.32 0 0.6
HSL 265.45º 0.19% 0.34% -
HSV(B) 265.45º 0.32% 0.4% -
XYZ 8.09 7.05 13.51 -
YUV 76.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 83 69 102 0.19 0.32 0 0.6 265.45 0.19 0.34
Hex 53 45 66 13 20 0 3C 109 13 22
Octal 123 105 146 23 40 0 74 411 23 42
Binary 1010011 1000101 1100110 10011 100000 0 111100 100001001 10011 100010

Color Harmonies of #534566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534566

Black with #534566

Text Example


Text Example

White with #534566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534566; }

 p { color: rgb(83,69,102); }

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

background-color css

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

 a { background-color: rgb(83,69,102); }

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

border-color css

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

 span { border-color: rgb(83,69,102); }

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