Html Css Color HEX #5A4658 Purple Taupe

📋 copy color: '#5A4658'

red 90 ◦ green 70 ◦ blue 88

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

Shades of Purple Taupe #5A4658

Tints of Purple Taupe #5A4658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

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

R = 36.29%
G = 28.23%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A4658 (or 0x5A4658) is known color: Purple Taupe. HEX triplet: 5A, 46 and 58. RGB value is (90,70,88). Sum of RGB (Red+Green+Blue) = 90+70+88=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4658 is #A5B9A7. Grayscale: #4D4D4D. Windows color (decimal): -10860968 or 5785178. OLE color: 5785178.

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

Color convert

RGB 90 70 88 -
CMYK 0 0.22 0.02 0.65
HSL 306º 0.13% 0.31% -
HSV(B) 306º 0.22% 0.35% -
XYZ 8.17 7.26 10.2 -
YUV 78.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 90 70 88 0 0.22 0.02 0.65 306 0.13 0.31
Hex 5A 46 58 0 16 2 41 132 C 1F
Octal 132 106 130 0 26 2 101 462 14 37
Binary 1011010 1000110 1011000 0 10110 10 1000001 100110010 1100 11111

Color Harmonies of #5A4658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4658

Black with #5A4658

Text Example


Text Example

White with #5A4658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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