Html Css Color HEX #595258 Purple Taupe

📋 copy color: '#595258'

red 89 ◦ green 82 ◦ blue 88

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

Shades of Purple Taupe #595258

Tints of Purple Taupe #595258

RGB

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

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

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

R = 34.36%
G = 31.66%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#595258 (or 0x595258) is known color: Purple Taupe. HEX triplet: 59, 52 and 58. RGB value is (89,82,88). Sum of RGB (Red+Green+Blue) = 89+82+88=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 89 - color contains mainly: red. Hex color #595258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595258 is #A6ADA7. Grayscale: #545454. Windows color (decimal): -10923432 or 5788249. OLE color: 5788249.

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

Color convert

RGB 89 82 88 -
CMYK 0 0.08 0.01 0.65
HSL 308.57º 0.04% 0.34% -
HSV(B) 308.57º 0.08% 0.35% -
XYZ 8.9 8.86 10.47 -
YUV 84.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 89 82 88 0 0.08 0.01 0.65 308.57 0.04 0.34
Hex 59 52 58 0 8 1 41 135 4 22
Octal 131 122 130 0 10 1 101 465 4 42
Binary 1011001 1010010 1011000 0 1000 1 1000001 100110101 100 100010

Color Harmonies of #595258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595258

Black with #595258

Text Example


Text Example

White with #595258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595258; }

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

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

background-color css

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

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

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

border-color css

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

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

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