#584050

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

Shades of Purple Taupe #584050

Tints of Purple Taupe #584050

Color information

#584050 (or 0x584050) is unknown color: approx Purple Taupe. HEX triplet: 58, 40 and 50. RGB value is (88,64,80). Sum of RGB (Red+Green+Blue) = 88+64+80=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #584050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584050 is #A7BFAF. Grayscale: #484848. Windows color (decimal): -10993584 or 5259352. OLE color: 5259352.

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

Color convert

RGB886480-
CMYK00.270.090.65
HSL320º15.79%29.8%-
HSV(B)320º27.27%34.51%-
XYZ7.316.328.42-
YUV73131.95138.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=37.93%
G=27.59%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88648000.270.090.6532015.7929.8
Hex58405001B941140101e
Octal130100120033111015002036
Binary101100010000001010000011011100110000011010000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584050; }

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

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

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

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

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

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

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

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