Html Css Color HEX #534651 Purple Taupe

📋 copy color: '#534651'

red 83 ◦ green 70 ◦ blue 81

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

Shades of Purple Taupe #534651

Tints of Purple Taupe #534651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 35.47%
G = 29.91%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#534651 (or 0x534651) is known color: Purple Taupe. HEX triplet: 53, 46 and 51. RGB value is (83,70,81). Sum of RGB (Red+Green+Blue) = 83+70+81=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534651 is #ACB9AE. Grayscale: #4B4B4B. Windows color (decimal): -11319727 or 5326419. OLE color: 5326419.

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

Color convert

RGB 83 70 81 -
CMYK 0 0.16 0.02 0.67
HSL 309.23º 0.08% 0.3% -
HSV(B) 309.23º 0.16% 0.33% -
XYZ 7.24 6.81 8.72 -
YUV 75.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 83 70 81 0 0.16 0.02 0.67 309.23 0.08 0.3
Hex 53 46 51 0 10 2 43 135 8 1E
Octal 123 106 121 0 20 2 103 465 10 36
Binary 1010011 1000110 1010001 0 10000 10 1000011 100110101 1000 11110

Color Harmonies of #534651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534651

Black with #534651

Text Example


Text Example

White with #534651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534651; }

 p { color: rgb(83,70,81); }

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

background-color css

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

 a { background-color: rgb(83,70,81); }

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

border-color css

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

 span { border-color: rgb(83,70,81); }

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