Html Css Color HEX #534052 Purple Taupe

📋 copy color: '#534052'

red 83 ◦ green 64 ◦ blue 82

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

Shades of Purple Taupe #534052

Tints of Purple Taupe #534052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

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

R = 36.24%
G = 27.95%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#534052 (or 0x534052) is known color: Purple Taupe. HEX triplet: 53, 40 and 52. RGB value is (83,64,82). Sum of RGB (Red+Green+Blue) = 83+64+82=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534052 is #ACBFAD. Grayscale: #474747. Windows color (decimal): -11321262 or 5390419. OLE color: 5390419.

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

Color convert

RGB 83 64 82 -
CMYK 0 0.23 0.01 0.67
HSL 303.16º 0.13% 0.29% -
HSV(B) 303.16º 0.23% 0.33% -
XYZ 6.92 6.11 8.8 -
YUV 71.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 83 64 82 0 0.23 0.01 0.67 303.16 0.13 0.29
Hex 53 40 52 0 17 1 43 12F D 1D
Octal 123 100 122 0 27 1 103 457 15 35
Binary 1010011 1000000 1010010 0 10111 1 1000011 100101111 1101 11101

Color Harmonies of #534052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534052

Black with #534052

Text Example


Text Example

White with #534052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534052; }

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

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

background-color css

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

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

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

border-color css

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

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

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