Html Css Color HEX #595057 Purple Taupe

📋 copy color: '#595057'

red 89 ◦ green 80 ◦ blue 87

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

Shades of Purple Taupe #595057

Tints of Purple Taupe #595057

RGB

 RED value IS 89 (35.16% from 255) = 34.77%

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

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 34.77%
G = 31.25%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#595057 (or 0x595057) is known color: Purple Taupe. HEX triplet: 59, 50 and 57. RGB value is (89,80,87). Sum of RGB (Red+Green+Blue) = 89+80+87=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #595057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595057 is #A6AFA8. Grayscale: #535353. Windows color (decimal): -10923945 or 5722201. OLE color: 5722201.

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

Color convert

RGB 89 80 87 -
CMYK 0 0.10 0.02 0.65
HSL 313.33º 0.05% 0.33% -
HSV(B) 313.33º 0.1% 0.35% -
XYZ 8.71 8.55 10.21 -
YUV 83.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 89 80 87 0 0.10 0.02 0.65 313.33 0.05 0.33
Hex 59 50 57 0 A 2 41 139 5 21
Octal 131 120 127 0 12 2 101 471 5 41
Binary 1011001 1010000 1010111 0 1010 10 1000001 100111001 101 100001

Color Harmonies of #595057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595057

Black with #595057

Text Example


Text Example

White with #595057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595057; }

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

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

background-color css

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

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

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

border-color css

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

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

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