Html Css Color HEX #533550 Purple Taupe

📋 copy color: '#533550'

red 83 ◦ green 53 ◦ blue 80

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

Shades of Purple Taupe #533550

Tints of Purple Taupe #533550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 38.43%
G = 24.54%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#533550 (or 0x533550) is known color: Purple Taupe. HEX triplet: 53, 35 and 50. RGB value is (83,53,80). Sum of RGB (Red+Green+Blue) = 83+53+80=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #533550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533550 is #ACCAAF. Grayscale: #404040. Windows color (decimal): -11324080 or 5256531. OLE color: 5256531.

HSL color Cylindrical-coordinate representation of color #533550: hue angle of 306º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #533550 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 80 -
CMYK 0 0.36 0.04 0.67
HSL 306º 0.22% 0.27% -
HSV(B) 306º 0.36% 0.33% -
XYZ 6.29 4.96 8.22 -
YUV 65.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 83 53 80 0 0.36 0.04 0.67 306 0.22 0.27
Hex 53 35 50 0 24 4 43 132 16 1B
Octal 123 65 120 0 44 4 103 462 26 33
Binary 1010011 110101 1010000 0 100100 100 1000011 100110010 10110 11011

Color Harmonies of #533550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533550

Black with #533550

Text Example


Text Example

White with #533550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533550; }

 p { color: rgb(83,53,80); }

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

background-color css

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

 a { background-color: rgb(83,53,80); }

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

border-color css

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

 span { border-color: rgb(83,53,80); }

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