Html Css Color HEX #533E52 Purple Taupe

📋 copy color: '#533E52'

red 83 ◦ green 62 ◦ blue 82

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

Shades of Purple Taupe #533E52

Tints of Purple Taupe #533E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 36.56%
G = 27.31%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#533E52 (or 0x533E52) is known color: Purple Taupe. HEX triplet: 53, 3E and 52. RGB value is (83,62,82). Sum of RGB (Red+Green+Blue) = 83+62+82=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #533E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E52 is #ACC1AD. Grayscale: #464646. Windows color (decimal): -11321774 or 5389907. OLE color: 5389907.

HSL color Cylindrical-coordinate representation of color #533E52: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533E52 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 82 -
CMYK 0 0.25 0.01 0.67
HSL 302.86º 0.14% 0.28% -
HSV(B) 302.86º 0.25% 0.33% -
XYZ 6.81 5.89 8.76 -
YUV 70.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 83 62 82 0 0.25 0.01 0.67 302.86 0.14 0.28
Hex 53 3E 52 0 19 1 43 12F E 1C
Octal 123 76 122 0 31 1 103 457 16 34
Binary 1010011 111110 1010010 0 11001 1 1000011 100101111 1110 11100

Color Harmonies of #533E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E52

Black with #533E52

Text Example


Text Example

White with #533E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E52; }

 p { color: rgb(83,62,82); }

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

background-color css

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

 a { background-color: rgb(83,62,82); }

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

border-color css

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

 span { border-color: rgb(83,62,82); }

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