Html Css Color HEX #5A4758 Purple Taupe

📋 copy color: '#5A4758'

red 90 ◦ green 71 ◦ blue 88

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

Shades of Purple Taupe #5A4758

Tints of Purple Taupe #5A4758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

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

R = 36.14%
G = 28.51%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A4758 (or 0x5A4758) is known color: Purple Taupe. HEX triplet: 5A, 47 and 58. RGB value is (90,71,88). Sum of RGB (Red+Green+Blue) = 90+71+88=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4758 is #A5B8A7. Grayscale: #4E4E4E. Windows color (decimal): -10860712 or 5785434. OLE color: 5785434.

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

Color convert

RGB 90 71 88 -
CMYK 0 0.21 0.02 0.65
HSL 306.32º 0.12% 0.32% -
HSV(B) 306.32º 0.21% 0.35% -
XYZ 8.23 7.38 10.22 -
YUV 78.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 90 71 88 0 0.21 0.02 0.65 306.32 0.12 0.32
Hex 5A 47 58 0 15 2 41 132 C 20
Octal 132 107 130 0 25 2 101 462 14 40
Binary 1011010 1000111 1011000 0 10101 10 1000001 100110010 1100 100000

Color Harmonies of #5A4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4758

Black with #5A4758

Text Example


Text Example

White with #5A4758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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