Html Css Color HEX #5C3755 Purple Taupe

📋 copy color: '#5C3755'

red 92 ◦ green 55 ◦ blue 85

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

Shades of Purple Taupe #5C3755

Tints of Purple Taupe #5C3755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 39.66%
G = 23.71%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#5C3755 (or 0x5C3755) is known color: Purple Taupe. HEX triplet: 5C, 37 and 55. RGB value is (92,55,85). Sum of RGB (Red+Green+Blue) = 92+55+85=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3755 is #A3C8AA. Grayscale: #454545. Windows color (decimal): -10733739 or 5584732. OLE color: 5584732.

HSL color Cylindrical-coordinate representation of color #5C3755: hue angle of 311.35º 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 #5C3755 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 55 85 -
CMYK 0 0.40 0.08 0.64
HSL 311.35º 0.25% 0.29% -
HSV(B) 311.35º 0.4% 0.36% -
XYZ 7.42 5.66 9.3 -
YUV 69.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 92 55 85 0 0.40 0.08 0.64 311.35 0.25 0.29
Hex 5C 37 55 0 28 8 40 137 19 1D
Octal 134 67 125 0 50 10 100 467 31 35
Binary 1011100 110111 1010101 0 101000 1000 1000000 100110111 11001 11101

Color Harmonies of #5C3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3755

Black with #5C3755

Text Example


Text Example

White with #5C3755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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