Html Css Color HEX #5A5159 Purple Taupe

📋 copy color: '#5A5159'

red 90 ◦ green 81 ◦ blue 89

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

Shades of Purple Taupe #5A5159

Tints of Purple Taupe #5A5159

RGB

 RED value IS 90 (35.55% from 255) = 34.62%

 GREEN value IS 81 (32.03% from 255) = 31.15%

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

R = 34.62%
G = 31.15%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A5159 (or 0x5A5159) is known color: Purple Taupe. HEX triplet: 5A, 51 and 59. RGB value is (90,81,89). Sum of RGB (Red+Green+Blue) = 90+81+89=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5159 is #A5AEA6. Grayscale: #545454. Windows color (decimal): -10858151 or 5853530. OLE color: 5853530.

HSL color Cylindrical-coordinate representation of color #5A5159: hue angle of 306.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5159 is Cyan = 0, Magento = 0.1, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 81 89 -
CMYK 0 0.1 0.01 0.65
HSL 306.67º 0.05% 0.34% -
HSV(B) 306.67º 0.1% 0.35% -
XYZ 8.96 8.78 10.67 -
YUV 84.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 90 81 89 0 0.1 0.01 0.65 306.67 0.05 0.34
Hex 5A 51 59 0 A 1 41 133 5 22
Octal 132 121 131 0 12 1 101 463 5 42
Binary 1011010 1010001 1011001 0 1010 1 1000001 100110011 101 100010

Color Harmonies of #5A5159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5159

Black with #5A5159

Text Example


Text Example

White with #5A5159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,81,89); }

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

background-color css

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

 a { background-color: rgb(90,81,89); }

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

border-color css

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

 span { border-color: rgb(90,81,89); }

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