Html Css Color HEX #5C374F Purple Taupe

📋 copy color: '#5C374F'

red 92 ◦ green 55 ◦ blue 79

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

Shades of Purple Taupe #5C374F

Tints of Purple Taupe #5C374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 40.71%
G = 24.34%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#5C374F (or 0x5C374F) is known color: Purple Taupe. HEX triplet: 5C, 37 and 4F. RGB value is (92,55,79). Sum of RGB (Red+Green+Blue) = 92+55+79=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C374F is #A3C8B0. Grayscale: #444444. Windows color (decimal): -10733745 or 5191516. OLE color: 5191516.

HSL color Cylindrical-coordinate representation of color #5C374F: hue angle of 321.08º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C374F is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 55 79 -
CMYK 0 0.40 0.14 0.64
HSL 321.08º 0.25% 0.29% -
HSV(B) 321.08º 0.4% 0.36% -
XYZ 7.19 5.57 8.09 -
YUV 68.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 92 55 79 0 0.40 0.14 0.64 321.08 0.25 0.29
Hex 5C 37 4F 0 28 E 40 141 19 1D
Octal 134 67 117 0 50 16 100 501 31 35
Binary 1011100 110111 1001111 0 101000 1110 1000000 101000001 11001 11101

Color Harmonies of #5C374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C374F

Black with #5C374F

Text Example


Text Example

White with #5C374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,79); }

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

background-color css

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

 a { background-color: rgb(92,55,79); }

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

border-color css

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

 span { border-color: rgb(92,55,79); }

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