#584155

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

Shades of Purple Taupe #584155

Tints of Purple Taupe #584155

Color information

#584155 (or 0x584155) is unknown color: approx Purple Taupe. HEX triplet: 58, 41 and 55. RGB value is (88,65,85). Sum of RGB (Red+Green+Blue) = 88+65+85=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #584155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584155 is #A7BEAA. Grayscale: #4A4A4A. Windows color (decimal): -10993323 or 5587288. OLE color: 5587288.

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

Color convert

RGB886585-
CMYK00.260.030.65
HSL307.83º15.03%30%-
HSV(B)307.83º26.14%34.51%-
XYZ7.556.519.45-
YUV74.16134.12137.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=36.97%
G=27.31%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88658500.260.030.65307.8315.0330
Hex58415501A341134f1e
Octal13010112503231014641736
Binary101100010000011010101011010111000001100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584155; }

 p { color: rgb(88,65,85); }

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

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

 a { background-color: rgb(88,65,85); }

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

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

 span { border-color: rgb(88,65,85); }

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