Html Css Color HEX #594958 Purple Taupe

📋 copy color: '#594958'

red 89 ◦ green 73 ◦ blue 88

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

Shades of Purple Taupe #594958

Tints of Purple Taupe #594958

RGB

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

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

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

R = 35.6%
G = 29.2%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#594958 (or 0x594958) is known color: Purple Taupe. HEX triplet: 59, 49 and 58. RGB value is (89,73,88). Sum of RGB (Red+Green+Blue) = 89+73+88=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #594958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594958 is #A6B6A7. Grayscale: #4F4F4F. Windows color (decimal): -10925736 or 5785945. OLE color: 5785945.

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

Color convert

RGB 89 73 88 -
CMYK 0 0.18 0.01 0.65
HSL 303.75º 0.1% 0.32% -
HSV(B) 303.75º 0.18% 0.35% -
XYZ 8.26 7.59 10.26 -
YUV 79.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 89 73 88 0 0.18 0.01 0.65 303.75 0.1 0.32
Hex 59 49 58 0 12 1 41 130 A 20
Octal 131 111 130 0 22 1 101 460 12 40
Binary 1011001 1001001 1011000 0 10010 1 1000001 100110000 1010 100000

Color Harmonies of #594958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594958

Black with #594958

Text Example


Text Example

White with #594958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594958; }

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

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

background-color css

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

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

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

border-color css

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

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

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