Html Css Color HEX #595358 Purple Taupe

📋 copy color: '#595358'

red 89 ◦ green 83 ◦ blue 88

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

Shades of Purple Taupe #595358

Tints of Purple Taupe #595358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 34.23%
G = 31.92%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#595358 (or 0x595358) is known color: Purple Taupe. HEX triplet: 59, 53 and 58. RGB value is (89,83,88). Sum of RGB (Red+Green+Blue) = 89+83+88=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 89 - color contains mainly: red. Hex color #595358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595358 is #A6ACA7. Grayscale: #555555. Windows color (decimal): -10923176 or 5788505. OLE color: 5788505.

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

Color convert

RGB 89 83 88 -
CMYK 0 0.07 0.01 0.65
HSL 310º 0.03% 0.34% -
HSV(B) 310º 0.07% 0.35% -
XYZ 8.97 9.01 10.5 -
YUV 85.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 89 83 88 0 0.07 0.01 0.65 310 0.03 0.34
Hex 59 53 58 0 7 1 41 136 3 22
Octal 131 123 130 0 7 1 101 466 3 42
Binary 1011001 1010011 1011000 0 111 1 1000001 100110110 11 100010

Color Harmonies of #595358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595358

Black with #595358

Text Example


Text Example

White with #595358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595358; }

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

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

background-color css

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

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

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

border-color css

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

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

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