Html Css Color HEX #585257 Purple Taupe

📋 copy color: '#585257'

red 88 ◦ green 82 ◦ blue 87

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

Shades of Purple Taupe #585257

Tints of Purple Taupe #585257

RGB

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

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

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

R = 34.24%
G = 31.91%
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

#585257 (or 0x585257) is known color: Purple Taupe. HEX triplet: 58, 52 and 57. RGB value is (88,82,87). Sum of RGB (Red+Green+Blue) = 88+82+87=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 88 - color contains mainly: red. Hex color #585257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585257 is #A7ADA8. Grayscale: #545454. Windows color (decimal): -10988969 or 5722712. OLE color: 5722712.

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

Color convert

RGB 88 82 87 -
CMYK 0 0.07 0.01 0.65
HSL 310º 0.04% 0.33% -
HSV(B) 310º 0.07% 0.35% -
XYZ 8.76 8.8 10.25 -
YUV 84.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 88 82 87 0 0.07 0.01 0.65 310 0.04 0.33
Hex 58 52 57 0 7 1 41 136 4 21
Octal 130 122 127 0 7 1 101 466 4 41
Binary 1011000 1010010 1010111 0 111 1 1000001 100110110 100 100001

Color Harmonies of #585257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585257

Black with #585257

Text Example


Text Example

White with #585257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585257; }

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

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

background-color css

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

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

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

border-color css

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

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

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