Html Css Color HEX #5C4F59 Purple Taupe

📋 copy color: '#5C4F59'

red 92 ◦ green 79 ◦ blue 89

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

Shades of Purple Taupe #5C4F59

Tints of Purple Taupe #5C4F59

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 35.38%
G = 30.38%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5C4F59 (or 0x5C4F59) is known color: Purple Taupe. HEX triplet: 5C, 4F and 59. RGB value is (92,79,89). Sum of RGB (Red+Green+Blue) = 92+79+89=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F59 is #A3B0A6. Grayscale: #545454. Windows color (decimal): -10727591 or 5853020. OLE color: 5853020.

HSL color Cylindrical-coordinate representation of color #5C4F59: hue angle of 313.85º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C4F59 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 79 89 -
CMYK 0 0.14 0.03 0.64
HSL 313.85º 0.08% 0.34% -
HSV(B) 313.85º 0.14% 0.36% -
XYZ 9.01 8.59 10.63 -
YUV 84.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 92 79 89 0 0.14 0.03 0.64 313.85 0.08 0.34
Hex 5C 4F 59 0 E 3 40 13A 8 22
Octal 134 117 131 0 16 3 100 472 10 42
Binary 1011100 1001111 1011001 0 1110 11 1000000 100111010 1000 100010

Color Harmonies of #5C4F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4F59

Black with #5C4F59

Text Example


Text Example

White with #5C4F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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