#584051

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

Shades of Purple Taupe #584051

Tints of Purple Taupe #584051

Color information

#584051 (or 0x584051) is unknown color: approx Purple Taupe. HEX triplet: 58, 40 and 51. RGB value is (88,64,81). Sum of RGB (Red+Green+Blue) = 88+64+81=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #584051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584051 is #A7BFAE. Grayscale: #494949. Windows color (decimal): -10993583 or 5324888. OLE color: 5324888.

HSL color Cylindrical-coordinate representation of color #584051: hue angle of 317.5º 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 #584051 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB886481-
CMYK00.270.080.65
HSL317.5º15.79%29.8%-
HSV(B)317.5º27.27%34.51%-
XYZ7.346.348.62-
YUV73.11132.45138.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=37.77%
G=27.47%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88648100.270.080.65317.515.7929.8
Hex58405101B84113e101e
Octal130100121033101014762036
Binary101100010000001010001011011100010000011001111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584051; }

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

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

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

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

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

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

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

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