Html Css Color HEX #585157 Purple Taupe

📋 copy color: '#585157'

red 88 ◦ green 81 ◦ blue 87

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

Shades of Purple Taupe #585157

Tints of Purple Taupe #585157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

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

R = 34.38%
G = 31.64%
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

#585157 (or 0x585157) is known color: Purple Taupe. HEX triplet: 58, 51 and 57. RGB value is (88,81,87). Sum of RGB (Red+Green+Blue) = 88+81+87=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 88 - color contains mainly: red. Hex color #585157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585157 is #A7AEA8. Grayscale: #535353. Windows color (decimal): -10989225 or 5722456. OLE color: 5722456.

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

Color convert

RGB 88 81 87 -
CMYK 0 0.08 0.01 0.65
HSL 308.57º 0.04% 0.33% -
HSV(B) 308.57º 0.08% 0.35% -
XYZ 8.69 8.65 10.23 -
YUV 83.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 88 81 87 0 0.08 0.01 0.65 308.57 0.04 0.33
Hex 58 51 57 0 8 1 41 135 4 21
Octal 130 121 127 0 10 1 101 465 4 41
Binary 1011000 1010001 1010111 0 1000 1 1000001 100110101 100 100001

Color Harmonies of #585157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585157

Black with #585157

Text Example


Text Example

White with #585157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585157; }

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

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

background-color css

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

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

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

border-color css

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

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

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