Html Css Color HEX #5A4958 Purple Taupe

📋 copy color: '#5A4958'

red 90 ◦ green 73 ◦ blue 88

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

Shades of Purple Taupe #5A4958

Tints of Purple Taupe #5A4958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 35.86%
G = 29.08%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A4958 (or 0x5A4958) is known color: Purple Taupe. HEX triplet: 5A, 49 and 58. RGB value is (90,73,88). Sum of RGB (Red+Green+Blue) = 90+73+88=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4958 is #A5B6A7. Grayscale: #4F4F4F. Windows color (decimal): -10860200 or 5785946. OLE color: 5785946.

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

Color convert

RGB 90 73 88 -
CMYK 0 0.19 0.02 0.65
HSL 307.06º 0.1% 0.32% -
HSV(B) 307.06º 0.19% 0.35% -
XYZ 8.36 7.64 10.27 -
YUV 79.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 90 73 88 0 0.19 0.02 0.65 307.06 0.1 0.32
Hex 5A 49 58 0 13 2 41 133 A 20
Octal 132 111 130 0 23 2 101 463 12 40
Binary 1011010 1001001 1011000 0 10011 10 1000001 100110011 1010 100000

Color Harmonies of #5A4958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4958

Black with #5A4958

Text Example


Text Example

White with #5A4958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,88); }

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

background-color css

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

 a { background-color: rgb(90,73,88); }

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

border-color css

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

 span { border-color: rgb(90,73,88); }

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