#584556

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

Shades of Purple Taupe #584556

Tints of Purple Taupe #584556

Color information

#584556 (or 0x584556) is unknown color: approx Purple Taupe. HEX triplet: 58, 45 and 56. RGB value is (88,69,86). Sum of RGB (Red+Green+Blue) = 88+69+86=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #584556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584556 is #A7BAA9. Grayscale: #4C4C4C. Windows color (decimal): -10992298 or 5653848. OLE color: 5653848.

HSL color Cylindrical-coordinate representation of color #584556: hue angle of 306.32º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #584556 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB886986-
CMYK00.220.020.65
HSL306.32º12.1%30.78%-
HSV(B)306.32º21.59%34.51%-
XYZ7.8379.74-
YUV76.62133.29136.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=36.21%
G=28.40%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88698600.220.020.65306.3212.130.78
Hex584556016241132c1f
Octal13010512602621014621437
Binary101100010001011010110010110101000001100110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584556; }

 p { color: rgb(88,69,86); }

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

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

 a { background-color: rgb(88,69,86); }

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

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

 span { border-color: rgb(88,69,86); }

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