Html Css Color HEX #54454F Purple Taupe

📋 copy color: '#54454F'

red 84 ◦ green 69 ◦ blue 79

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

Shades of Purple Taupe #54454F

Tints of Purple Taupe #54454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 36.21%
G = 29.74%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54454F (or 0x54454F) is known color: Purple Taupe. HEX triplet: 54, 45 and 4F. RGB value is (84,69,79). Sum of RGB (Red+Green+Blue) = 84+69+79=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #54454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54454F is #ABBAB0. Grayscale: #4A4A4A. Windows color (decimal): -11254449 or 5195092. OLE color: 5195092.

HSL color Cylindrical-coordinate representation of color #54454F: hue angle of 320º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #54454F is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 69 79 -
CMYK 0 0.18 0.06 0.67
HSL 320º 0.1% 0.3% -
HSV(B) 320º 0.18% 0.33% -
XYZ 7.2 6.71 8.31 -
YUV 74.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 84 69 79 0 0.18 0.06 0.67 320 0.1 0.3
Hex 54 45 4F 0 12 6 43 140 A 1E
Octal 124 105 117 0 22 6 103 500 12 36
Binary 1010100 1000101 1001111 0 10010 110 1000011 101000000 1010 11110

Color Harmonies of #54454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54454F

Black with #54454F

Text Example


Text Example

White with #54454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54454F; }

 p { color: rgb(84,69,79); }

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

background-color css

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

 a { background-color: rgb(84,69,79); }

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

border-color css

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

 span { border-color: rgb(84,69,79); }

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