Html Css Color HEX #5A5059 Purple Taupe

📋 copy color: '#5A5059'

red 90 ◦ green 80 ◦ blue 89

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

Shades of Purple Taupe #5A5059

Tints of Purple Taupe #5A5059

RGB

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

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

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

R = 34.75%
G = 30.89%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A5059 (or 0x5A5059) is known color: Purple Taupe. HEX triplet: 5A, 50 and 59. RGB value is (90,80,89). Sum of RGB (Red+Green+Blue) = 90+80+89=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5059 is #A5AFA6. Grayscale: #535353. Windows color (decimal): -10858407 or 5853274. OLE color: 5853274.

HSL color Cylindrical-coordinate representation of color #5A5059: hue angle of 306º 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 #5A5059 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 80 89 -
CMYK 0 0.11 0.01 0.65
HSL 306º 0.06% 0.33% -
HSV(B) 306º 0.11% 0.35% -
XYZ 8.89 8.63 10.65 -
YUV 84.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 90 80 89 0 0.11 0.01 0.65 306 0.06 0.33
Hex 5A 50 59 0 B 1 41 132 6 21
Octal 132 120 131 0 13 1 101 462 6 41
Binary 1011010 1010000 1011001 0 1011 1 1000001 100110010 110 100001

Color Harmonies of #5A5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5059

Black with #5A5059

Text Example


Text Example

White with #5A5059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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