Html Css Color HEX #533A50 Purple Taupe

📋 copy color: '#533A50'

red 83 ◦ green 58 ◦ blue 80

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

Shades of Purple Taupe #533A50

Tints of Purple Taupe #533A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

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

R = 37.56%
G = 26.24%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#533A50 (or 0x533A50) is known color: Purple Taupe. HEX triplet: 53, 3A and 50. RGB value is (83,58,80). Sum of RGB (Red+Green+Blue) = 83+58+80=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #533A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A50 is #ACC5AF. Grayscale: #434343. Windows color (decimal): -11322800 or 5257811. OLE color: 5257811.

HSL color Cylindrical-coordinate representation of color #533A50: hue angle of 307.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A50 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 80 -
CMYK 0 0.30 0.04 0.67
HSL 307.2º 0.18% 0.28% -
HSV(B) 307.2º 0.3% 0.33% -
XYZ 6.53 5.44 8.3 -
YUV 67.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 83 58 80 0 0.30 0.04 0.67 307.2 0.18 0.28
Hex 53 3A 50 0 1E 4 43 133 12 1C
Octal 123 72 120 0 36 4 103 463 22 34
Binary 1010011 111010 1010000 0 11110 100 1000011 100110011 10010 11100

Color Harmonies of #533A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A50

Black with #533A50

Text Example


Text Example

White with #533A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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