Html Css Color HEX #5C3F54 Purple Taupe

📋 copy color: '#5C3F54'

red 92 ◦ green 63 ◦ blue 84

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

Shades of Purple Taupe #5C3F54

Tints of Purple Taupe #5C3F54

RGB

 RED value IS 92 (36.33% from 255) = 38.49%

 GREEN value IS 63 (25% from 255) = 26.36%

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 38.49%
G = 26.36%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#5C3F54 (or 0x5C3F54) is known color: Purple Taupe. HEX triplet: 5C, 3F and 54. RGB value is (92,63,84). Sum of RGB (Red+Green+Blue) = 92+63+84=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3F54 is #A3C0AB. Grayscale: #4A4A4A. Windows color (decimal): -10731692 or 5521244. OLE color: 5521244.

HSL color Cylindrical-coordinate representation of color #5C3F54: hue angle of 316.55º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C3F54 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 63 84 -
CMYK 0 0.32 0.09 0.64
HSL 316.55º 0.19% 0.3% -
HSV(B) 316.55º 0.32% 0.36% -
XYZ 7.79 6.47 9.23 -
YUV 74.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 92 63 84 0 0.32 0.09 0.64 316.55 0.19 0.3
Hex 5C 3F 54 0 20 9 40 13D 13 1E
Octal 134 77 124 0 40 11 100 475 23 36
Binary 1011100 111111 1010100 0 100000 1001 1000000 100111101 10011 11110

Color Harmonies of #5C3F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3F54

Black with #5C3F54

Text Example


Text Example

White with #5C3F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C3F54; }

 p { color: rgb(92,63,84); }

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

background-color css

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

 a { background-color: rgb(92,63,84); }

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

border-color css

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

 span { border-color: rgb(92,63,84); }

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