#534B51

Color #534B51 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #534B51

Tints of Purple Taupe #534B51

Color information

#534B51 (or 0x534B51) is unknown color: approx Purple Taupe. HEX triplet: 53, 4B and 51. RGB value is (83,75,81). Sum of RGB (Red+Green+Blue) = 83+75+81=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #534B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B51 is #ACB4AE. Grayscale: #4E4E4E. Windows color (decimal): -11318447 or 5327699. OLE color: 5327699.

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

Color convert

RGB837581-
CMYK00.100.020.67
HSL315º5.06%30.98%-
HSV(B)315º9.64%32.55%-
XYZ7.577.478.83-
YUV78.08129.65131.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=34.73%
G=31.38%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83758100.100.020.673155.0630.98
Hex534B510A24313b51f
Octal1231131210122103473537
Binary1010011100101110100010101010100001110011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #534B51;
 }
 .AnyTagClassName
 {
   color: #534B51;
 }
</style>
background-color css

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

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

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

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

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

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