Html Css Color HEX #534F52 Purple Taupe

📋 copy color: '#534F52'

red 83 ◦ green 79 ◦ blue 82

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

Shades of Purple Taupe #534F52

Tints of Purple Taupe #534F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

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

R = 34.02%
G = 32.38%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#534F52 (or 0x534F52) is known color: Purple Taupe. HEX triplet: 53, 4F and 52. RGB value is (83,79,82). Sum of RGB (Red+Green+Blue) = 83+79+82=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 83 - color contains mainly: red. Hex color #534F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F52 is #ACB0AD. Grayscale: #505050. Windows color (decimal): -11317422 or 5394259. OLE color: 5394259.

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

Color convert

RGB 83 79 82 -
CMYK 0 0.05 0.01 0.67
HSL 315º 0.02% 0.32% -
HSV(B) 315º 0.05% 0.33% -
XYZ 7.89 8.04 9.12 -
YUV 80.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 83 79 82 0 0.05 0.01 0.67 315 0.02 0.32
Hex 53 4F 52 0 5 1 43 13B 2 20
Octal 123 117 122 0 5 1 103 473 2 40
Binary 1010011 1001111 1010010 0 101 1 1000011 100111011 10 100000

Color Harmonies of #534F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F52

Black with #534F52

Text Example


Text Example

White with #534F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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