Html Css Color HEX #533B52 Purple Taupe

📋 copy color: '#533B52'

red 83 ◦ green 59 ◦ blue 82

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

Shades of Purple Taupe #533B52

Tints of Purple Taupe #533B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.34%

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

R = 37.05%
G = 26.34%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#533B52 (or 0x533B52) is known color: Purple Taupe. HEX triplet: 53, 3B and 52. RGB value is (83,59,82). Sum of RGB (Red+Green+Blue) = 83+59+82=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #533B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B52 is #ACC4AD. Grayscale: #444444. Windows color (decimal): -11322542 or 5389139. OLE color: 5389139.

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

Color convert

RGB 83 59 82 -
CMYK 0 0.29 0.01 0.67
HSL 302.5º 0.17% 0.28% -
HSV(B) 302.5º 0.29% 0.33% -
XYZ 6.65 5.58 8.71 -
YUV 68.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 83 59 82 0 0.29 0.01 0.67 302.5 0.17 0.28
Hex 53 3B 52 0 1D 1 43 12E 11 1C
Octal 123 73 122 0 35 1 103 456 21 34
Binary 1010011 111011 1010010 0 11101 1 1000011 100101110 10001 11100

Color Harmonies of #533B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B52

Black with #533B52

Text Example


Text Example

White with #533B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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