Html Css Color HEX #545053 Purple Taupe

📋 copy color: '#545053'

red 84 ◦ green 80 ◦ blue 83

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

Shades of Purple Taupe #545053

Tints of Purple Taupe #545053

RGB

 RED value IS 84 (33.2% from 255) = 34.01%

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 34.01%
G = 32.39%
B = 33.6%

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

#545053 (or 0x545053) is known color: Purple Taupe. HEX triplet: 54, 50 and 53. RGB value is (84,80,83). Sum of RGB (Red+Green+Blue) = 84+80+83=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 84 - color contains mainly: red. Hex color #545053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545053 is #ABAFAC. Grayscale: #515151. Windows color (decimal): -11251629 or 5460052. OLE color: 5460052.

HSL color Cylindrical-coordinate representation of color #545053: 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 #545053 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 80 83 -
CMYK 0 0.05 0.01 0.67
HSL 315º 0.02% 0.32% -
HSV(B) 315º 0.05% 0.33% -
XYZ 8.09 8.25 9.35 -
YUV 81.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 84 80 83 0 0.05 0.01 0.67 315 0.02 0.32
Hex 54 50 53 0 5 1 43 13B 2 20
Octal 124 120 123 0 5 1 103 473 2 40
Binary 1010100 1010000 1010011 0 101 1 1000011 100111011 10 100000

Color Harmonies of #545053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545053

Black with #545053

Text Example


Text Example

White with #545053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545053; }

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

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

background-color css

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

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

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

border-color css

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

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

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