#584C57

Color #584C57 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #584C57

Tints of Purple Taupe #584C57

Color information

#584C57 (or 0x584C57) is unknown color: approx Purple Taupe. HEX triplet: 58, 4C and 57. RGB value is (88,76,87). Sum of RGB (Red+Green+Blue) = 88+76+87=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #584C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584C57 is #A7B3A8. Grayscale: #505050. Windows color (decimal): -10990505 or 5721176. OLE color: 5721176.

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

Color convert

RGB887687-
CMYK00.140.010.65
HSL305º7.32%32.16%-
HSV(B)305º13.64%34.51%-
XYZ8.337.9310.11-
YUV80.84131.48133.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=35.06%
G=30.28%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88768700.140.010.653057.3232.16
Hex584C570E141131720
Octal1301141270161101461740
Binary1011000100110010101110111011000001100110001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584C57; }

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

 H1.HeaderClassName
 {
   color: #584C57;
 }
 .AnyTagClassName
 {
   color: #584C57;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #584C57;
 }
 .BgClassName
 {
   background-color: #584C57;
 }
</style>
border-color css

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

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

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