Html Css Color HEX #594957 Purple Taupe

📋 copy color: '#594957'

red 89 ◦ green 73 ◦ blue 87

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

Shades of Purple Taupe #594957

Tints of Purple Taupe #594957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 35.74%
G = 29.32%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#594957 (or 0x594957) is known color: Purple Taupe. HEX triplet: 59, 49 and 57. RGB value is (89,73,87). Sum of RGB (Red+Green+Blue) = 89+73+87=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #594957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594957 is #A6B6A8. Grayscale: #4F4F4F. Windows color (decimal): -10925737 or 5720409. OLE color: 5720409.

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

Color convert

RGB 89 73 87 -
CMYK 0 0.18 0.02 0.65
HSL 307.5º 0.1% 0.32% -
HSV(B) 307.5º 0.18% 0.35% -
XYZ 8.22 7.58 10.05 -
YUV 79.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 89 73 87 0 0.18 0.02 0.65 307.5 0.1 0.32
Hex 59 49 57 0 12 2 41 134 A 20
Octal 131 111 127 0 22 2 101 464 12 40
Binary 1011001 1001001 1010111 0 10010 10 1000001 100110100 1010 100000

Color Harmonies of #594957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594957

Black with #594957

Text Example


Text Example

White with #594957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594957; }

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

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

background-color css

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

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

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

border-color css

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

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

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