Html Css Color HEX #5A5259 Purple Taupe

📋 copy color: '#5A5259'

red 90 ◦ green 82 ◦ blue 89

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

Shades of Purple Taupe #5A5259

Tints of Purple Taupe #5A5259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

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

R = 34.48%
G = 31.42%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A5259 (or 0x5A5259) is known color: Purple Taupe. HEX triplet: 5A, 52 and 59. RGB value is (90,82,89). Sum of RGB (Red+Green+Blue) = 90+82+89=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5259 is #A5ADA6. Grayscale: #555555. Windows color (decimal): -10857895 or 5853786. OLE color: 5853786.

HSL color Cylindrical-coordinate representation of color #5A5259: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A5259 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 82 89 -
CMYK 0 0.09 0.01 0.65
HSL 307.5º 0.05% 0.34% -
HSV(B) 307.5º 0.09% 0.35% -
XYZ 9.04 8.93 10.7 -
YUV 85.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 90 82 89 0 0.09 0.01 0.65 307.5 0.05 0.34
Hex 5A 52 59 0 9 1 41 134 5 22
Octal 132 122 131 0 11 1 101 464 5 42
Binary 1011010 1010010 1011001 0 1001 1 1000001 100110100 101 100010

Color Harmonies of #5A5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5259

Black with #5A5259

Text Example


Text Example

White with #5A5259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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