Html Css Color HEX #5C4A5A Purple Taupe

📋 copy color: '#5C4A5A'

red 92 ◦ green 74 ◦ blue 90

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

Shades of Purple Taupe #5C4A5A

Tints of Purple Taupe #5C4A5A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 35.94%
G = 28.91%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5C4A5A (or 0x5C4A5A) is known color: Purple Taupe. HEX triplet: 5C, 4A and 5A. RGB value is (92,74,90). Sum of RGB (Red+Green+Blue) = 92+74+90=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4A5A is #A3B5A5. Grayscale: #515151. Windows color (decimal): -10728870 or 5917276. OLE color: 5917276.

HSL color Cylindrical-coordinate representation of color #5C4A5A: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C4A5A is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 74 90 -
CMYK 0 0.20 0.02 0.64
HSL 306.67º 0.11% 0.33% -
HSV(B) 306.67º 0.2% 0.36% -
XYZ 8.71 7.91 10.74 -
YUV 81.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 92 74 90 0 0.20 0.02 0.64 306.67 0.11 0.33
Hex 5C 4A 5A 0 14 2 40 133 B 21
Octal 134 112 132 0 24 2 100 463 13 41
Binary 1011100 1001010 1011010 0 10100 10 1000000 100110011 1011 100001

Color Harmonies of #5C4A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4A5A

Black with #5C4A5A

Text Example


Text Example

White with #5C4A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,74,90); }

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

background-color css

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

 a { background-color: rgb(92,74,90); }

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

border-color css

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

 span { border-color: rgb(92,74,90); }

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