Html Css Color HEX #534E52 Purple Taupe

📋 copy color: '#534E52'

red 83 ◦ green 78 ◦ blue 82

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

Shades of Purple Taupe #534E52

Tints of Purple Taupe #534E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.1%

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

R = 34.16%
G = 32.1%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#534E52 (or 0x534E52) is known color: Purple Taupe. HEX triplet: 53, 4E and 52. RGB value is (83,78,82). Sum of RGB (Red+Green+Blue) = 83+78+82=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 83 - color contains mainly: red. Hex color #534E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E52 is #ACB1AD. Grayscale: #4F4F4F. Windows color (decimal): -11317678 or 5394003. OLE color: 5394003.

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

Color convert

RGB 83 78 82 -
CMYK 0 0.06 0.01 0.67
HSL 312º 0.03% 0.32% -
HSV(B) 312º 0.06% 0.33% -
XYZ 7.81 7.9 9.1 -
YUV 79.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 83 78 82 0 0.06 0.01 0.67 312 0.03 0.32
Hex 53 4E 52 0 6 1 43 138 3 20
Octal 123 116 122 0 6 1 103 470 3 40
Binary 1010011 1001110 1010010 0 110 1 1000011 100111000 11 100000

Color Harmonies of #534E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E52

Black with #534E52

Text Example


Text Example

White with #534E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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