Html Css Color HEX #585057 Purple Taupe

📋 copy color: '#585057'

red 88 ◦ green 80 ◦ blue 87

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

Shades of Purple Taupe #585057

Tints of Purple Taupe #585057

RGB

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

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

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

R = 34.51%
G = 31.37%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#585057 (or 0x585057) is known color: Purple Taupe. HEX triplet: 58, 50 and 57. RGB value is (88,80,87). Sum of RGB (Red+Green+Blue) = 88+80+87=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 88 - color contains mainly: red. Hex color #585057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585057 is #A7AFA8. Grayscale: #535353. Windows color (decimal): -10989481 or 5722200. OLE color: 5722200.

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

Color convert

RGB 88 80 87 -
CMYK 0 0.09 0.01 0.65
HSL 307.5º 0.05% 0.33% -
HSV(B) 307.5º 0.09% 0.35% -
XYZ 8.61 8.5 10.2 -
YUV 83.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 88 80 87 0 0.09 0.01 0.65 307.5 0.05 0.33
Hex 58 50 57 0 9 1 41 134 5 21
Octal 130 120 127 0 11 1 101 464 5 41
Binary 1011000 1010000 1010111 0 1001 1 1000001 100110100 101 100001

Color Harmonies of #585057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585057

Black with #585057

Text Example


Text Example

White with #585057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585057; }

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

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

background-color css

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

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

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

border-color css

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

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

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