Html Css Color HEX #534051 Purple Taupe

📋 copy color: '#534051'

red 83 ◦ green 64 ◦ blue 81

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

Shades of Purple Taupe #534051

Tints of Purple Taupe #534051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.07%

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

R = 36.4%
G = 28.07%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#534051 (or 0x534051) is known color: Purple Taupe. HEX triplet: 53, 40 and 51. RGB value is (83,64,81). Sum of RGB (Red+Green+Blue) = 83+64+81=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534051 is #ACBFAE. Grayscale: #474747. Windows color (decimal): -11321263 or 5324883. OLE color: 5324883.

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

Color convert

RGB 83 64 81 -
CMYK 0 0.23 0.02 0.67
HSL 306.32º 0.13% 0.29% -
HSV(B) 306.32º 0.23% 0.33% -
XYZ 6.89 6.1 8.6 -
YUV 71.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 83 64 81 0 0.23 0.02 0.67 306.32 0.13 0.29
Hex 53 40 51 0 17 2 43 132 D 1D
Octal 123 100 121 0 27 2 103 462 15 35
Binary 1010011 1000000 1010001 0 10111 10 1000011 100110010 1101 11101

Color Harmonies of #534051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534051

Black with #534051

Text Example


Text Example

White with #534051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534051; }

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

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

background-color css

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

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

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

border-color css

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

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

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