Html Css Color HEX #5C4157 Purple Taupe

📋 copy color: '#5C4157'

red 92 ◦ green 65 ◦ blue 87

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

Shades of Purple Taupe #5C4157

Tints of Purple Taupe #5C4157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

 BLUE value IS 87 (34.38% from 255) = 35.66%

R = 37.7%
G = 26.64%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#5C4157 (or 0x5C4157) is known color: Purple Taupe. HEX triplet: 5C, 41 and 57. RGB value is (92,65,87). Sum of RGB (Red+Green+Blue) = 92+65+87=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4157 is #A3BEA8. Grayscale: #4B4B4B. Windows color (decimal): -10731177 or 5718364. OLE color: 5718364.

HSL color Cylindrical-coordinate representation of color #5C4157: hue angle of 311.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C4157 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 65 87 -
CMYK 0 0.29 0.05 0.64
HSL 311.11º 0.17% 0.31% -
HSV(B) 311.11º 0.29% 0.36% -
XYZ 8.02 6.74 9.9 -
YUV 75.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 92 65 87 0 0.29 0.05 0.64 311.11 0.17 0.31
Hex 5C 41 57 0 1D 5 40 137 11 1F
Octal 134 101 127 0 35 5 100 467 21 37
Binary 1011100 1000001 1010111 0 11101 101 1000000 100110111 10001 11111

Color Harmonies of #5C4157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4157

Black with #5C4157

Text Example


Text Example

White with #5C4157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,65,87); }

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

background-color css

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

 a { background-color: rgb(92,65,87); }

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

border-color css

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

 span { border-color: rgb(92,65,87); }

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