Html Css Color HEX #585457 Purple Taupe

📋 copy color: '#585457'

red 88 ◦ green 84 ◦ blue 87

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

Shades of Purple Taupe #585457

Tints of Purple Taupe #585457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

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

R = 33.98%
G = 32.43%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#585457 (or 0x585457) is known color: Purple Taupe. HEX triplet: 58, 54 and 57. RGB value is (88,84,87). Sum of RGB (Red+Green+Blue) = 88+84+87=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 88 - color contains mainly: red. Hex color #585457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585457 is #A7ABA8. Grayscale: #555555. Windows color (decimal): -10988457 or 5723224. OLE color: 5723224.

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

Color convert

RGB 88 84 87 -
CMYK 0 0.05 0.01 0.65
HSL 315º 0.02% 0.34% -
HSV(B) 315º 0.05% 0.35% -
XYZ 8.92 9.1 10.3 -
YUV 85.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 88 84 87 0 0.05 0.01 0.65 315 0.02 0.34
Hex 58 54 57 0 5 1 41 13B 2 22
Octal 130 124 127 0 5 1 101 473 2 42
Binary 1011000 1010100 1010111 0 101 1 1000001 100111011 10 100010

Color Harmonies of #585457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585457

Black with #585457

Text Example


Text Example

White with #585457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585457; }

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

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

background-color css

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

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

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

border-color css

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

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

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