Html Css Color HEX #595058 Purple Taupe

📋 copy color: '#595058'

red 89 ◦ green 80 ◦ blue 88

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

Shades of Purple Taupe #595058

Tints of Purple Taupe #595058

RGB

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

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

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

R = 34.63%
G = 31.13%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#595058 (or 0x595058) is known color: Purple Taupe. HEX triplet: 59, 50 and 58. RGB value is (89,80,88). Sum of RGB (Red+Green+Blue) = 89+80+88=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 89 - color contains mainly: red. Hex color #595058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595058 is #A6AFA7. Grayscale: #535353. Windows color (decimal): -10923944 or 5787737. OLE color: 5787737.

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

Color convert

RGB 89 80 88 -
CMYK 0 0.10 0.01 0.65
HSL 306.67º 0.05% 0.33% -
HSV(B) 306.67º 0.1% 0.35% -
XYZ 8.75 8.57 10.42 -
YUV 83.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 89 80 88 0 0.10 0.01 0.65 306.67 0.05 0.33
Hex 59 50 58 0 A 1 41 133 5 21
Octal 131 120 130 0 12 1 101 463 5 41
Binary 1011001 1010000 1011000 0 1010 1 1000001 100110011 101 100001

Color Harmonies of #595058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595058

Black with #595058

Text Example


Text Example

White with #595058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595058; }

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

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

background-color css

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

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

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

border-color css

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

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

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