Html Css Color HEX #5A5058 Purple Taupe

📋 copy color: '#5A5058'

red 90 ◦ green 80 ◦ blue 88

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

Shades of Purple Taupe #5A5058

Tints of Purple Taupe #5A5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 34.88%
G = 31.01%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A5058 (or 0x5A5058) is known color: Purple Taupe. HEX triplet: 5A, 50 and 58. RGB value is (90,80,88). Sum of RGB (Red+Green+Blue) = 90+80+88=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5058 is #A5AFA7. Grayscale: #535353. Windows color (decimal): -10858408 or 5787738. OLE color: 5787738.

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

Color convert

RGB 90 80 88 -
CMYK 0 0.11 0.02 0.65
HSL 312º 0.06% 0.33% -
HSV(B) 312º 0.11% 0.35% -
XYZ 8.85 8.62 10.43 -
YUV 83.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 90 80 88 0 0.11 0.02 0.65 312 0.06 0.33
Hex 5A 50 58 0 B 2 41 138 6 21
Octal 132 120 130 0 13 2 101 470 6 41
Binary 1011010 1010000 1011000 0 1011 10 1000001 100111000 110 100001

Color Harmonies of #5A5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5058

Black with #5A5058

Text Example


Text Example

White with #5A5058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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