Html Css Color HEX #534850 Purple Taupe

📋 copy color: '#534850'

red 83 ◦ green 72 ◦ blue 80

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

Shades of Purple Taupe #534850

Tints of Purple Taupe #534850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.64%

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

R = 35.32%
G = 30.64%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#534850 (or 0x534850) is known color: Purple Taupe. HEX triplet: 53, 48 and 50. RGB value is (83,72,80). Sum of RGB (Red+Green+Blue) = 83+72+80=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534850 is #ACB7AF. Grayscale: #4C4C4C. Windows color (decimal): -11319216 or 5261395. OLE color: 5261395.

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

Color convert

RGB 83 72 80 -
CMYK 0 0.13 0.04 0.67
HSL 316.36º 0.07% 0.3% -
HSV(B) 316.36º 0.13% 0.33% -
XYZ 7.33 7.05 8.56 -
YUV 76.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 83 72 80 0 0.13 0.04 0.67 316.36 0.07 0.3
Hex 53 48 50 0 D 4 43 13C 7 1E
Octal 123 110 120 0 15 4 103 474 7 36
Binary 1010011 1001000 1010000 0 1101 100 1000011 100111100 111 11110

Color Harmonies of #534850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534850

Black with #534850

Text Example


Text Example

White with #534850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534850; }

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

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

background-color css

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

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

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

border-color css

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

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

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